diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2013-11-16 13:17:42 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-16 13:58:36 -0600 |
commit | 067849a1a0bb1f6ee5857f83d8521900f8aac11b (patch) | |
tree | 782ffbc2ca5397bb2efbf9412b15df3d1a8f3237 /games/foobillard/doinst.sh | |
parent | 7dad90c6012ed860ce3f04637c4ec3a00c7f2c00 (diff) |
games/foobillard: Removed (broken/unmaintained upstream).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'games/foobillard/doinst.sh')
-rw-r--r-- | games/foobillard/doinst.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/games/foobillard/doinst.sh b/games/foobillard/doinst.sh deleted file mode 100644 index 3e5691a052b5b..0000000000000 --- a/games/foobillard/doinst.sh +++ /dev/null @@ -1,9 +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 |