mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
postfix: Uninstall sendmail alternative when uninstalling
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = postfix
|
||||
PAK_VER = 8
|
||||
PAK_VER = 9
|
||||
|
||||
DEPS = "amavisd mysql"
|
||||
|
||||
|
||||
@@ -25,5 +25,6 @@
|
||||
extract_backup_includes
|
||||
stop_service ${NAME}
|
||||
make_backup ${NAME}
|
||||
/usr/sbin/alternatives --remove sendmail /usr/sbin/sendmail.postfix
|
||||
remove_files
|
||||
rm -rfv /etc/rc.d/rc*.d/*postfix
|
||||
|
||||
Reference in New Issue
Block a user