From 905bc770052d86970ddc2345d772b24c4f49ce0e Mon Sep 17 00:00:00 2001 From: mario Date: Sun, 19 Jun 2011 01:02:59 -0500 Subject: libraries/barry: Updated for version 0.17.1. Signed-off-by: Robby Workman --- libraries/barry/doinst.sh | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'libraries/barry/doinst.sh') diff --git a/libraries/barry/doinst.sh b/libraries/barry/doinst.sh index 4fbe19818e..4e8ba7071d 100644 --- a/libraries/barry/doinst.sh +++ b/libraries/barry/doinst.sh @@ -1,18 +1,3 @@ -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/modprobe.d/barry.conf.new - if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 fi -- cgit v1.2.3