diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-04-04 13:36:30 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-04-04 13:36:30 +0200 |
commit | 05e42760dc6ac0a8236d7f69fb0f30ba6d380ed0 (patch) | |
tree | 68f7ea8c6c244c91c9bded6ecc59bca4a2a846e7 /debian/itzks-systems-common.postinst | |
parent | 53aa0623f46dc1e432b43aa56bb169c1c62a3043 (diff) | |
download | itzks-systems-05e42760dc6ac0a8236d7f69fb0f30ba6d380ed0.tar.gz itzks-systems-05e42760dc6ac0a8236d7f69fb0f30ba6d380ed0.tar.bz2 itzks-systems-05e42760dc6ac0a8236d7f69fb0f30ba6d380ed0.zip |
itzks-systems-common.maintscript: Handle mv_conffile for itzks_papersize.js
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 |