diff options
Diffstat (limited to 'network/skype/doinst.sh')
-rw-r--r-- | network/skype/doinst.sh | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/network/skype/doinst.sh b/network/skype/doinst.sh index 0b412635df..4e8ba7071d 100644 --- a/network/skype/doinst.sh +++ b/network/skype/doinst.sh @@ -1,21 +1,4 @@ -#!/bin/sh - -config() { - NEW="$1" - OLD="$(dirname $NEW)/$(basename $NEW .new)" - # If there's no config file by that name, mv it over: - if [ ! -r $OLD ]; then - mv $NEW $OLD - elif [ "$(cat $OLD | md5sum)" = "$(cat $NEW | md5sum)" ]; then - # toss the redundant copy - rm $NEW - fi - # Otherwise, we leave the .new copy for the admin to consider... -} - -config etc/dbus-1/system.d/skype.conf.new - if [ -x /usr/bin/update-desktop-database ]; then - /usr/bin/update-desktop-database -q usr/share/applications + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 fi |