diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2012-09-25 23:25:39 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-28 21:36:04 -0500 |
commit | faed9e22c5bd57c7e2f7c21d35901b9c986340e7 (patch) | |
tree | f993e9e7425440789d51c006fd58bbc89ab19972 /games/smc/doinst.sh | |
parent | c87220dc7cca47c677ff9082acc3468b43e491c2 (diff) |
games/smc: Removed (build failure)
This release appears to be incompatible with CEGUI-0.7.x.
http://www.cegui.org.uk/phpBB2/viewtopic.php?f=10&t=6185
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'games/smc/doinst.sh')
-rw-r--r-- | games/smc/doinst.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/games/smc/doinst.sh b/games/smc/doinst.sh deleted file mode 100644 index 4e8ba7071dea..000000000000 --- a/games/smc/doinst.sh +++ /dev/null @@ -1,4 +0,0 @@ -if [ -x /usr/bin/update-desktop-database ]; then - /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 -fi - |