diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2013-11-07 15:47:56 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2013-11-07 15:47:56 +0000 |
commit | 7787344392eaeedc900dd81622037e6e24b6792c (patch) | |
tree | 07f24cf705d7a6548cf4f502952bed41b75efdcc /debian/postinst | |
parent | New patch 260_openssl.patch from openSUSE for OpenSSL issues (diff) | |
download | w3m-7787344392eaeedc900dd81622037e6e24b6792c.tar.gz w3m-7787344392eaeedc900dd81622037e6e24b6792c.zip |
Use dpkg-maintscript-helper to remove obsolete conffile
Diffstat (limited to 'debian/postinst')
-rw-r--r-- | debian/postinst | 4 |
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) |