aboutsummaryrefslogtreecommitdiffstats
path: root/debian/prerm
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@vega.ocn.ne.jp>2011-05-03 16:44:14 +0000
committerTatsuya Kinoshita <tats@vega.ocn.ne.jp>2011-05-03 16:44:14 +0000
commit3ed51b364482af64749980ed7ce67812046b1713 (patch)
treea0cc68bf216c153e65f3b336b6b3b043132c42cb /debian/prerm
parentAdding upstream version 0.1.10+0.1.11pre+kokb23 (diff)
downloadw3m-debian/0.1.10+0.1.11pre+kokb23-4.tar.gz
w3m-debian/0.1.10+0.1.11pre+kokb23-4.zip
Releasing debian version 0.1.10+0.1.11pre+kokb23-4debian/0.1.10+0.1.11pre+kokb23-4
Diffstat (limited to 'debian/prerm')
-rw-r--r--debian/prerm11
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/prerm b/debian/prerm
new file mode 100644
index 0000000..fd1411c
--- /dev/null
+++ b/debian/prerm
@@ -0,0 +1,11 @@
+#!/bin/sh
+#
+
+case "$1" in
+ remove|deconfigure)
+ update-alternatives --quiet --remove pager /usr/bin/w3m
+ ;;
+ *)
+esac
+
+#DEBHELPER#