mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +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)
|
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||||
PROG = postfix
|
PROG = postfix
|
||||||
PAK_VER = 8
|
PAK_VER = 9
|
||||||
|
|
||||||
DEPS = "amavisd mysql"
|
DEPS = "amavisd mysql"
|
||||||
|
|
||||||
|
|||||||
@@ -25,5 +25,6 @@
|
|||||||
extract_backup_includes
|
extract_backup_includes
|
||||||
stop_service ${NAME}
|
stop_service ${NAME}
|
||||||
make_backup ${NAME}
|
make_backup ${NAME}
|
||||||
|
/usr/sbin/alternatives --remove sendmail /usr/sbin/sendmail.postfix
|
||||||
remove_files
|
remove_files
|
||||||
rm -rfv /etc/rc.d/rc*.d/*postfix
|
rm -rfv /etc/rc.d/rc*.d/*postfix
|
||||||
|
|||||||
Reference in New Issue
Block a user