diff options
Diffstat (limited to 'audio/ocp/doinst.sh')
-rw-r--r-- | audio/ocp/doinst.sh | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/audio/ocp/doinst.sh b/audio/ocp/doinst.sh index 5c0a7e0f89..1f8ff67ded 100644 --- a/audio/ocp/doinst.sh +++ b/audio/ocp/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/ocp.ini.new - if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 fi |