[Pkg-virtualbox-commits] [virtualbox-ext-pack] 01/01: d/prerm: Ignore failures on file removal if nonexistent.
Unit 193
unit193-guest at moszumanska.debian.org
Mon Jan 11 21:28:04 UTC 2016
This is an automated email from the git hooks/post-receive script.
unit193-guest pushed a commit to branch master
in repository virtualbox-ext-pack.
commit 43c7288763982d9cc230dc82f9061746b9159a2e
Author: Unit 193 <unit193 at ubuntu.com>
Date: Mon Jan 11 16:27:55 2016 -0500
d/prerm: Ignore failures on file removal if nonexistent.
---
debian/changelog | 6 ++++++
debian/prerm | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index d7cf75a..0b4de34 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+virtualbox-ext-pack (5.0.12-2) UNRELEASED; urgency=medium
+
+ * d/prerm: Ignore failures on file removal if nonexistent.
+
+ -- Unit 193 <unit193 at ubuntu.com> Mon, 11 Jan 2016 16:12:06 -0500
+
virtualbox-ext-pack (5.0.12-1) unstable; urgency=medium
* New upstream release, update postinst.
diff --git a/debian/prerm b/debian/prerm
index 6450445..fa50f96 100644
--- a/debian/prerm
+++ b/debian/prerm
@@ -3,6 +3,6 @@ set -e
vboxmanage extpack uninstall "Oracle VM VirtualBox Extension Pack"
vboxmanage extpack cleanup
-rm /usr/share/virtualbox-ext-pack/*.vbox-extpack 1>/dev/null 2>&1 # Maybe we should specify the file like in the postinst?
+rm -f /usr/share/virtualbox-ext-pack/*.vbox-extpack
#DEBHELPER#
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-virtualbox/virtualbox-ext-pack.git
More information about the Pkg-virtualbox-commits
mailing list