summaryrefslogtreecommitdiffstats
path: root/desktop/wally/doinst.sh
diff options
context:
space:
mode:
author dsomero2010-05-27 10:23:00 +0200
committer David Somero2010-05-27 12:10:05 +0200
commitc7a67cd9b5cb2594f842088136493100cc469169 (patch)
tree85e1aafe669234fdb66b96efcded1b0ad85b265f /desktop/wally/doinst.sh
parentc10192dc58346f9e98d92a06b7b2b96ccf160f3f (diff)
downloadslackbuilds-c7a67cd9b5cb2594f842088136493100cc469169.tar.gz
desktop/wally: Removed (Build failure)
Diffstat (limited to 'desktop/wally/doinst.sh')
-rw-r--r--desktop/wally/doinst.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/desktop/wally/doinst.sh b/desktop/wally/doinst.sh
deleted file mode 100644
index 13524a5ae1..0000000000
--- a/desktop/wally/doinst.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-if [ -x /usr/bin/update-desktop-database ]; then
- /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
-fi
-
-if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
- if [ -x /usr/bin/gtk-update-icon-cache ]; then
- /usr/bin/gtk-update-icon-cache usr/share/icons/oxygen >/dev/null 2>&1
- fi
-fi
-