summaryrefslogtreecommitdiff
path: root/network/kazehakase/doinst.sh
diff options
context:
space:
mode:
authorHeinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:08:42 +0200
committerHeinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:08:42 +0200
commit1c34a5edcafdd4a548c3a81f856ca5b538fbbb93 (patch)
treed13de341bb240b8eb95a8d32891587a345a56696 /network/kazehakase/doinst.sh
parenteed609eec5e74859854bbb1734e02a20f0c187a9 (diff)
downloadslackbuilds-1c34a5edcafdd4a548c3a81f856ca5b538fbbb93.tar.gz
network/kazehakase: Removed from 13.0 repository
Diffstat (limited to 'network/kazehakase/doinst.sh')
-rw-r--r--network/kazehakase/doinst.sh27
1 files changed, 0 insertions, 27 deletions
diff --git a/network/kazehakase/doinst.sh b/network/kazehakase/doinst.sh
deleted file mode 100644
index 33f1dcfea4..0000000000
--- a/network/kazehakase/doinst.sh
+++ /dev/null
@@ -1,27 +0,0 @@
-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/kazehakase/bookmarkbar.xml.new
-config etc/kazehakase/bookmarks.xml.new
-config etc/kazehakase/kz-ui-beginner.xml.new
-config etc/kazehakase/kz-ui-medium.xml.new
-config etc/kazehakase/kz-ui-expert.xml.new
-config etc/kazehakase/kz-ui-bookmarks.xml.new
-config etc/kazehakase/kzrc.new
-config etc/kazehakase/proxyrc.new
-config etc/kazehakase/smartbookmarks.xml.new
-config etc/kazehakase/mozilla/encodings.xml.new
-
-if [ -x /usr/bin/update-desktop-database ]; then
- /usr/bin/update-desktop-database -q usr/share/applications
-fi