[Pkg-virtualbox-commits] [virtualbox-ext-pack] 01/01: Upload again

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Fri Oct 16 15:03:32 UTC 2015


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

locutusofborg-guest pushed a commit to branch master
in repository virtualbox-ext-pack.

commit 0286f848f97721e6cd306cbef0d1c9a70589640c
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Fri Oct 16 17:03:24 2015 +0200

    Upload again
---
 debian/changelog | 7 +++++++
 debian/prerm     | 9 ++-------
 2 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e3c39de..ea9813c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+virtualbox-ext-pack (5.0.6-5) unstable; urgency=medium
+
+  * Drop uninstall hack, live systems are not intended to work
+    correctly with the uninstall system.
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Fri, 16 Oct 2015 09:49:52 +0200
+
 virtualbox-ext-pack (5.0.6-4) unstable; urgency=medium
 
   * Disable --force, it doesn't exist in any implementation.
diff --git a/debian/prerm b/debian/prerm
index 30a77c7..6450445 100644
--- a/debian/prerm
+++ b/debian/prerm
@@ -1,13 +1,8 @@
 #!/bin/sh
 set -e
 
-if [ -c /dev/vboxdrv ]; then
-        vboxmanage extpack uninstall "Oracle VM VirtualBox Extension Pack"
-        vboxmanage extpack cleanup
-else
-        echo "you seem to be not running the vboxdrv kernel module, the extpack uninstall will be forced."
-fi
-
+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?
 
 #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