summaryrefslogtreecommitdiffstats
path: root/xz.pkg/postinst
diff options
context:
space:
mode:
Diffstat (limited to 'xz.pkg/postinst')
-rw-r--r--xz.pkg/postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/xz.pkg/postinst b/xz.pkg/postinst
index 5898f60..daf0a1c 100644
--- a/xz.pkg/postinst
+++ b/xz.pkg/postinst
@@ -1,7 +1,7 @@
#!/bin/sh
if [ "x${1}" = 'xconfigure' ]; then
- for link in unxz xzcat lzma unlzma lzcat; do
+ for link in xz unxz xzcat lzma unlzma lzcat; do
update-alternatives --install /usr/bin/${link} ${link} \
/usr/bin/${link}.tuk 20
done