generated from general-packages/pika-pkg-template
Some checks failed
PikaOS Package Build & Release (amd64-v3) / build (push) Failing after 27s
9 lines
144 B
Bash
Executable File
9 lines
144 B
Bash
Executable File
#!/bin/bash
|
|
|
|
systemctl stop ckb-next-daemon.service
|
|
if [[ $1 == "remove" ]]; then
|
|
systemctl disable ckb-next-daemon.service
|
|
fi
|
|
|
|
#DEBHELPER#
|