diff options
author | dsomero <xgizzmo@gmail.com> | 2010-05-24 02:38:40 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-24 16:10:07 -0500 |
commit | ef7f886fe6c2e1cc9920ea6cb3d9d9b938f5463c (patch) | |
tree | 10f37c76c5d86b44dfa1134c62c1e292c2894d2e /games/spring/doinst.sh | |
parent | e512e95144430d1c45425faac33f1a839d5f698c (diff) | |
download | slackbuilds-ef7f886fe6c2e1cc9920ea6cb3d9d9b938f5463c.tar.gz |
games/spring: Removed (Build failure)
Diffstat (limited to 'games/spring/doinst.sh')
-rw-r--r-- | games/spring/doinst.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/games/spring/doinst.sh b/games/spring/doinst.sh deleted file mode 100644 index e4e6459838..0000000000 --- a/games/spring/doinst.sh +++ /dev/null @@ -1,8 +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 [ -x /usr/bin/update-mime-database ]; then - /usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1 -fi - |