aboutsummaryrefslogtreecommitdiffstats
path: root/debian/w3m-img.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/w3m-img.postinst')
-rw-r--r--debian/w3m-img.postinst9
1 files changed, 0 insertions, 9 deletions
diff --git a/debian/w3m-img.postinst b/debian/w3m-img.postinst
deleted file mode 100644
index 6f3908b..0000000
--- a/debian/w3m-img.postinst
+++ /dev/null
@@ -1,9 +0,0 @@
-#! /bin/sh
-set -e
-
-if dpkg-statoverride --list /usr/lib/w3m/w3mimgdisplay >/dev/null ; then
- dpkg-statoverride --remove /usr/lib/w3m/w3mimgdisplay
-fi
-dpkg-statoverride --update --add root video 2755 /usr/lib/w3m/w3mimgdisplay
-
-#DEBHELPER#