Harmonizing update-alternatives handling across all lzip-alternative providing packages.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
18c5cfb395
commit
283b2474b2
3 changed files with 4 additions and 4 deletions
4
debian/rules
vendored
4
debian/rules
vendored
|
@ -7,9 +7,9 @@ override_dh_auto_install:
|
|||
dh_auto_install -- DESTDIR=$(CURDIR)/debian/lzd
|
||||
|
||||
# alternative handling
|
||||
mv debian/lzd/usr/bin/lzd debian/lzd/usr/bin/lzip.educational-decompressor
|
||||
mv debian/lzd/usr/bin/lzd debian/lzd/usr/bin/lzip.lzd
|
||||
|
||||
ln -s /usr/bin/lzip.educational-decompressor debian/lzd/usr/bin/lzd
|
||||
ln -s /usr/bin/lzip.lzd debian/lzd/usr/bin/lzd
|
||||
|
||||
override_dh_builddeb:
|
||||
dh_builddeb -- -Zxz
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue