diff options
author | dsomero <xgizzmo@gmail.com> | 2010-05-27 04:23:00 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-27 12:10:05 +0200 |
commit | c7a67cd9b5cb2594f842088136493100cc469169 (patch) | |
tree | 85e1aafe669234fdb66b96efcded1b0ad85b265f /desktop/wally/doinst.sh | |
parent | c10192dc58346f9e98d92a06b7b2b96ccf160f3f (diff) | |
download | slackbuilds-c7a67cd9b5cb2594f842088136493100cc469169.tar.gz |
desktop/wally: Removed (Build failure)
Diffstat (limited to 'desktop/wally/doinst.sh')
-rw-r--r-- | desktop/wally/doinst.sh | 10 |
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 - |