migrate over to update-alternatives
This commit is contained in:
parent
b56c74420d
commit
a2f877c4f1
5 changed files with 18 additions and 22 deletions
4
debian/rules
vendored
4
debian/rules
vendored
|
@ -18,7 +18,7 @@ install: build
|
|||
dh_testroot
|
||||
dh_clean -k
|
||||
|
||||
install -D -m 644 sbin/postfwd debian/postfwd/usr/sbin/postfwd
|
||||
install -D -m 644 sbin/postfwd debian/postfwd/usr/sbin/postfwd1
|
||||
install -D -m 644 sbin/postfwd2 debian/postfwd/usr/sbin/postfwd2
|
||||
|
||||
# Build architecture-independent files here.
|
||||
|
@ -30,7 +30,7 @@ binary-indep: build install
|
|||
dh_installexamples etc/postfwd.cf.sample debian/example-cfg*
|
||||
dh_installinit -- defaults 19 21
|
||||
dh_installman man/man8/postfwd.8
|
||||
dh_link usr/share/man/man1/postfwd.1.gz usr/share/man/man1/postfwd2.1.gz
|
||||
# dh_link usr/share/man/man1/postfwd.1.gz usr/share/man/man1/postfwd2.1.gz
|
||||
dh_compress
|
||||
dh_fixperms
|
||||
dh_perl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue