diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-10-06 22:54:02 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-10-07 07:01:59 +0700 |
commit | a705ca826e6fb18492623bf07f8d314fdf89664e (patch) | |
tree | fc1ede8af2091705c5404d6a7889c1e6c2cd0907 /games/monkey-bubble/doinst.sh | |
parent | 3370eb047d5837424b83e2a62de7865a5e21999e (diff) |
games/monkey-bubble: Removed (Upstream is no longer available).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/monkey-bubble/doinst.sh')
-rw-r--r-- | games/monkey-bubble/doinst.sh | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/games/monkey-bubble/doinst.sh b/games/monkey-bubble/doinst.sh deleted file mode 100644 index 47e94306783e1..0000000000000 --- a/games/monkey-bubble/doinst.sh +++ /dev/null @@ -1,19 +0,0 @@ -schema_install() { - SCHEMA="$1" - GCONF_CONFIG_SOURCE="xml::etc/gconf/gconf.xml.defaults" \ - chroot . gconftool-2 --makefile-install-rule \ - /etc/gconf/schemas/$SCHEMA \ - 1>/dev/null -} - -schema_install monkey-bubble.schemas - -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 -f usr/share/icons/hicolor >/dev/null 2>&1 - fi -fi |