diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2011-04-04 11:17:43 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-04-05 18:54:18 -0500 |
commit | e7ddf6436107d7e016b74f5b2408e0efb1a0eaa4 (patch) | |
tree | 0a49099752039e45b802d2525e45211453fc3340 /system/vboxgtk/doinst.sh | |
parent | d1e5a1aba9292f7cdfb296a8425e0cfd9dd7460b (diff) |
system/vboxgtk: Removed. Does not work with virtualbox-4.x
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'system/vboxgtk/doinst.sh')
-rw-r--r-- | system/vboxgtk/doinst.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/system/vboxgtk/doinst.sh b/system/vboxgtk/doinst.sh deleted file mode 100644 index 0b28dadc4a9f2..0000000000000 --- a/system/vboxgtk/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 -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/hicolor >/dev/null 2>&1 - fi -fi - |