generated from general-packages/pika-pkg-template
9 lines
144 B
Plaintext
9 lines
144 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
systemctl stop ckb-next-daemon.service
|
||
|
if [[ $1 == "remove" ]]; then
|
||
|
systemctl disable ckb-next-daemon.service
|
||
|
fi
|
||
|
|
||
|
#DEBHELPER#
|