[X2Go-Commits] [pale-moon] 13/52: debian/palemoon.prerm: sync with Debian Firefox package.

git-admin at x2go.org git-admin at x2go.org
Fri Sep 21 23:08:25 CEST 2018


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository pale-moon.

commit 4919c1b2b192c5da61d8caf676a99464c2cc85d7
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Wed Sep 19 20:09:07 2018 +0200

    debian/palemoon.prerm: sync with Debian Firefox package.
---
 debian/changelog      | 2 ++
 debian/palemoon.prerm | 4 ++++
 2 files changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 53f2087..7944a14 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -143,6 +143,8 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium
       remove entry.
   * debian/palemoon.postinst:
     - Sync with Debian Firefox package.
+  * debian/palemoon.prerm:
+    - Sync with Debian Firefox package.
 
  -- Mihai Moldovan <ionic at ionic.de>  Mon, 28 May 2018 03:44:10 +0200
 
diff --git a/debian/palemoon.prerm b/debian/palemoon.prerm
index b03dbd6..83d1da8 100755
--- a/debian/palemoon.prerm
+++ b/debian/palemoon.prerm
@@ -5,4 +5,8 @@ if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ] ; then
     update-alternatives --remove gnome-www-browser /usr/bin/palemoon
 fi
 
+if [ "$1" = "remove" ]; then
+    rm -rf /usr/lib/palemoon/updates
+fi
+
 #DEBHELPER#

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git


More information about the x2go-commits mailing list