add priorities
This commit is contained in:
parent
22332f8a93
commit
adf5c50722
4
debian/postfwd.postinst
vendored
4
debian/postfwd.postinst
vendored
|
@ -54,6 +54,6 @@ case "$1" in
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
update-alternatives --install /usr/sbin/postfwd postfwd /usr/sbin/postfwd1
|
update-alternatives --install /usr/sbin/postfwd postfwd /usr/sbin/postfwd1 100
|
||||||
update-alternatives --install /usr/sbin/postfwd postfwd /usr/sbin/postfwd2
|
update-alternatives --install /usr/sbin/postfwd postfwd /usr/sbin/postfwd2 120
|
||||||
#DEBHELPER#
|
#DEBHELPER#
|
||||||
|
|
Loading…
Reference in a new issue