diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2011-03-30 10:58:40 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-30 22:53:17 -0500 |
commit | fe1826c8b9cd15b1dc66c5949c0fa45bfddb2a15 (patch) | |
tree | 0bd13b357c1001b9b386f48315c93f3c903def81 /development/bouml/doinst.sh | |
parent | 90f9c6bc0ba6e598dce610804321bb2354b1efd9 (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.sh | 10 |
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 - |