diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2019-08-19 17:02:17 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:43:02 -0500 |
commit | 7a3a9608e0a355f3da2d963ac07aaae8a7b7dbd1 (patch) | |
tree | 3f7367c5fd3eb0eb7d69ff6c9dfb771c6b1b383c /network/midori/doinst.sh | |
parent | 62f0409dc6ac3f9e5cb530c0ea803b7fcdb4d701 (diff) |
network/midori: Updated for version 9.0.
This cannot go into 14.2 because libgio is too old
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/midori/doinst.sh')
-rw-r--r-- | network/midori/doinst.sh | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/network/midori/doinst.sh b/network/midori/doinst.sh index 8505e6eaff4d..4a25de5e6fbd 100644 --- a/network/midori/doinst.sh +++ b/network/midori/doinst.sh @@ -1,19 +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/xdg/midori/search.new -config etc/xdg/midori/extensions/adblock/config.new - if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 fi |