diff options
author | dsomero <xgizzmo@gmail.com> | 2010-05-21 21:18:14 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-24 16:08:24 -0500 |
commit | f92b4a7897cdabef7a0734d89dbeb799f308e0aa (patch) | |
tree | 8e54c3a1767be94ed2c5cbbfa7e32fe6841f75cf /games/scummvm/doinst.sh | |
parent | 968819008bc03eb92f99e6ad3f26f29019d8e863 (diff) | |
download | slackbuilds-f92b4a7897cdabef7a0734d89dbeb799f308e0aa.tar.gz |
games/scummvm: Removed (Build failure)
invalid conversion from 'const char*' to 'char*'
Diffstat (limited to 'games/scummvm/doinst.sh')
-rw-r--r-- | games/scummvm/doinst.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/games/scummvm/doinst.sh b/games/scummvm/doinst.sh deleted file mode 100644 index 3412314ed0..0000000000 --- a/games/scummvm/doinst.sh +++ /dev/null @@ -1,5 +0,0 @@ - -if [ -x usr/bin/update-desktop-database ]; then - ./usr/bin/update-desktop-database ./usr/share/applications >/dev/null 2>&1 -fi - |