summaryrefslogtreecommitdiffstats
path: root/xz.pkg/prerm
diff options
context:
space:
mode:
Diffstat (limited to 'xz.pkg/prerm')
-rw-r--r--xz.pkg/prerm2
1 files changed, 1 insertions, 1 deletions
diff --git a/xz.pkg/prerm b/xz.pkg/prerm
index 3008321..706c603 100644
--- a/xz.pkg/prerm
+++ b/xz.pkg/prerm
@@ -1,7 +1,7 @@
#!/bin/sh
if [ "x${1}" = 'xremove' ]; then
- for link in unxz xzcat lzma unlzma lzcat; do
+ for link in xz unxz xzcat lzma unlzma lzcat; do
update-alternatives --remove ${link} /usr/bin/${link}.tuk
done
fi