summaryrefslogtreecommitdiffstats
path: root/badblocks.pkg/prerm
diff options
context:
space:
mode:
Diffstat (limited to 'badblocks.pkg/prerm')
-rw-r--r--badblocks.pkg/prerm8
1 files changed, 8 insertions, 0 deletions
diff --git a/badblocks.pkg/prerm b/badblocks.pkg/prerm
new file mode 100644
index 0000000..ba48cc5
--- /dev/null
+++ b/badblocks.pkg/prerm
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+if [ x"${1}" = x'remove' ] || [ x"${1}" = x'purge' ] || [ x"${1}" = x'upgrade' ]
+then
+ while read link; do
+ update-alternatives --remove "${link##*/}" "${link}.e2p"
+ done </usr/share/badblocks/alternatives
+fi