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:
Fred Gleason
2021-05-19 09:53:41 -04:00
parent d34c61ad17
commit 76b71d0fdd
6 changed files with 90 additions and 23 deletions

6
debian/prerm vendored
View File

@@ -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)