[Pkg-virtualbox-commits] [virtualbox-ext-pack] 04/04: Mention the install dir (from Danny Edel)
Gianfranco Costamagna
locutusofborg-guest at moszumanska.debian.org
Fri Sep 18 17:07:29 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 720f959354b847cb4a046715a804b4f640dd3008
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Fri Sep 18 19:07:03 2015 +0200
Mention the install dir (from Danny Edel)
---
debian/postinst | 1 +
1 file changed, 1 insertion(+)
diff --git a/debian/postinst b/debian/postinst
index 0419b21..23e4796 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -19,6 +19,7 @@ if [ "$1" = "configure" ] ; then
if [ "$RET" = true ] ; then
cd /usr/share/virtualbox-ext-pack
echo "virtualbox-ext-pack: downloading: http://download.virtualbox.org/virtualbox/$version/$file"
+ echo "The file will be installed into /usr/share/virtualbox-ext-pack"
wget -q -N http://download.virtualbox.org/virtualbox/$version/$file
echo "$hash $file" | sha256sum -c > /dev/null 2>&1 || error
vboxmanage extpack install --replace $file
--
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