diff options
Diffstat (limited to 'dc.pkg/prerm')
-rw-r--r-- | dc.pkg/prerm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dc.pkg/prerm b/dc.pkg/prerm new file mode 100644 index 0000000..688f2b8 --- /dev/null +++ b/dc.pkg/prerm @@ -0,0 +1,5 @@ +#!/bin/sh + +if [ "x${1}" = 'xremove' ]; then + update-alternatives --remove dc /usr/bin/dc.gnu +fi |