aboutsummaryrefslogtreecommitdiffstats
path: root/debian/postinst
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2013-11-07 15:47:56 +0000
committerTatsuya Kinoshita <tats@debian.org>2013-11-07 15:47:56 +0000
commit7787344392eaeedc900dd81622037e6e24b6792c (patch)
tree07f24cf705d7a6548cf4f502952bed41b75efdcc /debian/postinst
parentNew patch 260_openssl.patch from openSUSE for OpenSSL issues (diff)
downloadw3m-7787344392eaeedc900dd81622037e6e24b6792c.tar.gz
w3m-7787344392eaeedc900dd81622037e6e24b6792c.zip
Use dpkg-maintscript-helper to remove obsolete conffile
Diffstat (limited to 'debian/postinst')
-rw-r--r--debian/postinst4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/postinst b/debian/postinst
index 4268351..da7da35 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -1,5 +1,7 @@
#!/bin/sh -e
-#
+
+dpkg-maintscript-helper rm_conffile \
+ /etc/w3m/w3mconfig 0.4.2-2~ -- "$@"
case "$1" in
configure)