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 da7da35..7a4a174 100644 --- a/debian/postinst +++ b/debian/postinst @@ -1,4 +1,6 @@ -#!/bin/sh -e +#!/bin/sh + +set -e dpkg-maintscript-helper rm_conffile \ /etc/w3m/w3mconfig 0.4.2-2~ -- "$@" |