Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/browser/installer/linux/app/debian/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 699 B image not shown  

Quelle  postrm.in   Sprache: unbekannt

 
Spracherkennung für: .in vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

#!/bin/sh -e

if [ ${DEB_PKG_NAME} = firefox-esr ]; then
    if [ "$$1" = "remove" ]; then
        dpkg-divert --package firefox-esr --rename --remove /usr/bin/firefox
    fi
fi

# Canonical shipped an AppArmor configuration via that file until 20.04 release
# but unfortunately there was no removal of it handled in the package.
# Mozilla Debian package "firefox" will thus inherit this rule and it may break
# some features, cf bug 1918003.
#
# The correct AppArmor configuration for that package lives at
# /etc/apparmor.d/firefox, and properly covers all the alternatives.
if [ ${DEB_PKG_NAME} = firefox ] ; then
  dpkg-maintscript-helper rm_conffile /etc/apparmor.d/usr.bin.firefox -- "$$@"
fi

[ Dauer der Verarbeitung: 0.28 Sekunden  ]