From f2994d1f1716ac9bc444769b5d92d02305186f7a Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 5 Oct 2007 18:46:52 +0200 Subject: [PATCH] getskype(): make it compatible with final skype 1.4 version --- debian/changelog | 9 ++++++--- etc/skel/.zshrc | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index b464765..3cb9996 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ grml-etc-core (0.3.31) unstable; urgency=low [ Michael Prokop ] - * /etc/skel/.zshrc: use same pattern in function wikien as in wikide. - (Thanks, wuehlmaus) + * /etc/skel/.zshrc: + - use same pattern in function wikien as in wikide. + (Thanks, wuehlmaus) + - getskype(): make it compatible with final skype 1.4 version * Added /etc/apt/apt.conf.example + /etc/apt/hg-snapshot-script * Added /etc/grml/screenrc_generic which should work on any OS without any grml/Debian specific programs/scripts. @@ -16,7 +18,8 @@ grml-etc-core (0.3.31) unstable; urgency=low [ Michael Gebetsroither ] * /etc/zsh/zshrc: added bk() to backup a file with iso time tagged. - -- Michael Gebetsroither Fri, 05 Oct 2007 02:47:14 +0200 + + -- Michael Prokop Fri, 5 Oct 2007 18:45:48 +0200 grml-etc-core (0.3.30) unstable; urgency=low diff --git a/etc/skel/.zshrc b/etc/skel/.zshrc index a88afaa..2438c1b 100644 --- a/etc/skel/.zshrc +++ b/etc/skel/.zshrc @@ -818,7 +818,7 @@ echo "Downloading debian package of skype." echo "Notice: If you want to use a more recent skype version run 'getskypebeta'." wget http://www.skype.com/go/getskype-linux-deb - $SUDO dpkg -i skype_debian-*.deb && echo "skype installed." + $SUDO dpkg -i skype*.deb && echo "skype installed." } #f5# Install beta-version of skype -- 2.1.4