From 8273aba6c02ec57615c8f075086c2e994f720a95 Mon Sep 17 00:00:00 2001 From: B Stack Date: Sun, 16 Aug 2020 16:18:55 -0400 Subject: 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. --- newmoon/debian/newmoon.prerm | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 newmoon/debian/newmoon.prerm (limited to 'newmoon/debian/newmoon.prerm') 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# -- cgit