[Pkg-virtualbox-commits] [virtualbox-ext-pack] 01/01: Fix typo from Unit193
Gianfranco Costamagna
locutusofborg-guest at moszumanska.debian.org
Fri Oct 2 07:50:43 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 873edf91fa0eb94d0114e780edc4e4c78096b590
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Fri Oct 2 09:50:28 2015 +0200
Fix typo from Unit193
---
debian/postinst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/postinst b/debian/postinst
index 23e4796..2374eee 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -19,7 +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"
+ echo "The file will be downloaded 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