diff options
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) |