mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 17:13:47 +02:00
2021-05-19 Fred Gleason <fredg@paravelsystems.com>
* Fixed typos in 'debian/control'. * Implemented 'postinst', 'prerm' and 'postrm' script for DEB packages. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
6
debian/prerm
vendored
6
debian/prerm
vendored
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# prerm script for fdk-aac
|
||||
# prerm script for Rivendell
|
||||
#
|
||||
# see: dh_installdeb(1)
|
||||
|
||||
@@ -19,8 +19,8 @@ set -e
|
||||
|
||||
case "$1" in
|
||||
remove|upgrade|deconfigure)
|
||||
/bin/systemctl stop padpoint
|
||||
/bin/systemctl disable padpoint
|
||||
/bin/systemctl stop rivendell
|
||||
/bin/systemctl disable rivendell
|
||||
;;
|
||||
|
||||
failed-upgrade)
|
||||
|
Reference in New Issue
Block a user