diff options
author | dsomero <xgizzmo@gmail.com> | 2010-05-21 07:58:14 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-24 16:05:57 -0500 |
commit | 9c865508c4f75c882041e91bdbb3eda2936aca76 (patch) | |
tree | f9484bcc8de6f2c1c5bb35ea5a396410ec036f0c /games/oblige/doinst.sh | |
parent | 1a8615ea76a36b0316334ffe38d6b145155742bd (diff) | |
download | slackbuilds-9c865508c4f75c882041e91bdbb3eda2936aca76.tar.gz |
games/oblige: Removed (Build failure)
invalid conversion from 'const char*' to 'char*'
Diffstat (limited to 'games/oblige/doinst.sh')
-rw-r--r-- | games/oblige/doinst.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/games/oblige/doinst.sh b/games/oblige/doinst.sh deleted file mode 100644 index 4e8ba7071d..0000000000 --- a/games/oblige/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 - |