summaryrefslogtreecommitdiff
path: root/debian/itzks-systems-common.preinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/itzks-systems-common.preinst')
-rwxr-xr-xdebian/itzks-systems-common.preinst8
1 files changed, 0 insertions, 8 deletions
diff --git a/debian/itzks-systems-common.preinst b/debian/itzks-systems-common.preinst
index 56fe3a2..5c26205 100755
--- a/debian/itzks-systems-common.preinst
+++ b/debian/itzks-systems-common.preinst
@@ -23,14 +23,6 @@ case "$1" in
dpkg-divert --add --rename --package itzks-systems-common --divert /usr/bin/passwd.gnu /usr/bin/passwd
fi
- # move itzks_papersize.js from /etc/iceweasel/pref to /etc/firefox-esr/
- if dpkg --compare-versions "$2" le "2016.07.15.1"; then
- mkdir -p /etc/firefox-esr
- if dpkg-maintscript-helper supports mv_conffile 2>/dev/null; then
- dpkg-maintscript-helper mv_conffile /etc/iceweasel/pref/itzks_papersize.js /etc/firefox-esr/itzks_papersize.jss 2016.07.15.1 -- "$@"
- fi
- fi
-
;;
abort-upgrade)
;;