diff options
Diffstat (limited to 'debian/itzks-systems-common.postinst')
-rwxr-xr-x | debian/itzks-systems-common.postinst | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/debian/itzks-systems-common.postinst b/debian/itzks-systems-common.postinst index d60d52c..a142825 100755 --- a/debian/itzks-systems-common.postinst +++ b/debian/itzks-systems-common.postinst @@ -44,13 +44,6 @@ case "$1" in update-icon-caches.gtk2 /usr/share/icons/hicolor fi - # move itzks_papersize.js from /etc/iceweasel/pref to /etc/firefox-esr/ - if dpkg --compare-versions "$2" le "2016.07.15.1"; then - 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.js 2016.07.15.1 -- "$@" - fi - fi - # deploy Wine desktop fixes if Wine is installed if which update-desktop-database 1>/dev/null && which wine 1>/dev/null; then if [ ! -e /usr/share/applications/wine.desktop ]; then |