~jbicha/firefox/update-dependencies

« back to all changes in this revision

Viewing changes to debian/firefox.preinst.in

  • Committer: Rico Tzschichholz
  • Date: 2017-02-02 07:48:01 UTC
  • Revision ID: ricotz@ubuntu.com-20170202074801-qgdtrnkp1tu1sdm6
* New upstream release from the beta channel (FIREFOX_52_0b2_BUILD1)
* Unconditionally build-dep on libffi-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
    prepare_rm_conffile "${MOZ_PKG_NAME}" "/etc/${MOZ_PKG_NAME}/profile/chrome/userContent-example.css"
92
92
 
93
93
    prepare_mv_conffile "${MOZ_PKG_NAME}" "/etc/${MOZ_PKG_NAME}/pref/firefox.js"
 
94
 
 
95
    # Keep until 12.04 is EOL
 
96
    # ${LIBDIR}/distribution was a symlink in 11.10
 
97
    if [ -h ${MOZ_LIBDIR}/distribution ] ; then
 
98
        rm -f ${MOZ_LIBDIR}/distribution
 
99
    fi
 
100
 
 
101
    # Keep until 12.04 is EOL
 
102
    # This used to be a symlink
 
103
    if [ -h ${MOZ_LIBDIR}/distribution/searchplugins ]; then
 
104
        rm -f ${MOZ_LIBDIR}/distribution/searchplugins
 
105
    fi
94
106
fi
95
107
 
96
108
#DEBHELPER#