diff options
author | B Stack <bgstack15@gmail.com> | 2020-08-16 16:18:55 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-08-16 16:18:55 -0400 |
commit | 8273aba6c02ec57615c8f075086c2e994f720a95 (patch) | |
tree | 8e35db9be497e1ce5e33c2703ce137cbeb359707 /newmoon/debian/newmoon.prerm | |
parent | Merge branch 'connman-xdg-bump' into 'master' (diff) | |
download | stackrpms-8273aba6c02ec57615c8f075086c2e994f720a95.tar.gz stackrpms-8273aba6c02ec57615c8f075086c2e994f720a95.tar.bz2 stackrpms-8273aba6c02ec57615c8f075086c2e994f720a95.zip |
WIP: newmoon compile attempt 1
The dpkg built on d2-03a but had some palemoon naming artifacts,
so this commit is for building it with the attempted fixes for
that.
Diffstat (limited to 'newmoon/debian/newmoon.prerm')
-rwxr-xr-x | newmoon/debian/newmoon.prerm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/newmoon/debian/newmoon.prerm b/newmoon/debian/newmoon.prerm new file mode 100755 index 0000000..b9c48b6 --- /dev/null +++ b/newmoon/debian/newmoon.prerm @@ -0,0 +1,8 @@ +#!/bin/sh -e + +if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ] ; then + update-alternatives --remove x-www-browser /usr/bin/newmoon + update-alternatives --remove gnome-www-browser /usr/bin/newmoon +fi + +#DEBHELPER# |