aboutsummaryrefslogtreecommitdiff
path: root/development/bouml/doinst.sh
diff options
context:
space:
mode:
authorRobby Workman <rworkman@slackbuilds.org>2011-03-30 10:58:40 -0500
committerRobby Workman <rworkman@slackbuilds.org>2011-03-30 22:53:17 -0500
commitfe1826c8b9cd15b1dc66c5949c0fa45bfddb2a15 (patch)
tree0bd13b357c1001b9b386f48315c93f3c903def81 /development/bouml/doinst.sh
parent90f9c6bc0ba6e598dce610804321bb2354b1efd9 (diff)
development/bouml: Removed (sources unavailable)
There is a newer release available, but there are no sources for it; the only sources I can find are for an older version. Rather than mess with this myself, I'll let the maintainer handle this after 13.37 releases. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/bouml/doinst.sh')
-rw-r--r--development/bouml/doinst.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/development/bouml/doinst.sh b/development/bouml/doinst.sh
deleted file mode 100644
index 1f8ff67dedb29..0000000000000
--- a/development/bouml/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/hicolor >/dev/null 2>&1
- fi
-fi
-