diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:59 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:59 +0000 |
commit | 4619c1a0ffc127c8f645077f5c322663d8b9b2b3 (patch) | |
tree | 070869da410d51f1e532cfb680e493ef847523c7 /debian/browser.prerm.in | |
parent | Adding upstream version 86.0.1. (diff) | |
download | firefox-debian/86.0.1-1.tar.xz firefox-debian/86.0.1-1.zip |
Adding debian version 86.0.1-1.debian/86.0.1-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/browser.prerm.in')
-rw-r--r-- | debian/browser.prerm.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/browser.prerm.in b/debian/browser.prerm.in new file mode 100644 index 0000000000..b1b191878a --- /dev/null +++ b/debian/browser.prerm.in @@ -0,0 +1,12 @@ +#!/bin/sh -e + +if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ] ; then + update-alternatives --remove x-www-browser /usr/bin/@browser@ + update-alternatives --remove gnome-www-browser /usr/bin/@browser@ +fi + +if [ "$1" = "remove" ]; then + rm -rf /usr/lib/@browser@/updates +fi + +#DEBHELPER# |