mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-05 21:50:38 +00:00
package scripts for DEBIAN
This commit is contained in:
parent
26372c4ab3
commit
ab416837cf
4 changed files with 94 additions and 0 deletions
18
DEBIAN/prerm
Executable file
18
DEBIAN/prerm
Executable file
|
@ -0,0 +1,18 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
case "$1" in
|
||||
remove|deconfigure|remove-in-favour|deconfigure-in-favour)
|
||||
service signal stop
|
||||
;;
|
||||
upgrade|failed-upgrade)
|
||||
;;
|
||||
*)
|
||||
echo "prerm called with unknown argument \`$1'" >&2
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
|
||||
exit 0
|
Loading…
Add table
Add a link
Reference in a new issue