diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 00:07:43 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 00:07:43 +0200 |
commit | 0be9e3da2b4c7e049777fd4739e93e2268867d48 (patch) | |
tree | 59c85e847403cf9ed4568d4d4e0f65b3e465b051 /games/xscrabble/doinst.sh | |
parent | c4c4bba93578054da4dc87e3815d0895e0304bc8 (diff) |
games/xscrabble: Removed from 13.0 repository
Diffstat (limited to 'games/xscrabble/doinst.sh')
-rw-r--r-- | games/xscrabble/doinst.sh | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/games/xscrabble/doinst.sh b/games/xscrabble/doinst.sh deleted file mode 100644 index e3181a71a9..0000000000 --- a/games/xscrabble/doinst.sh +++ /dev/null @@ -1,14 +0,0 @@ -if [ -x /usr/bin/update-desktop-database ]; then - /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 -fi - -for i in en fr ; do - if [ -d var/games/scrabble/$i ]; then - if [ ! -e var/games/scrabble/$i/scrabble_scores ]; then - mv var/games/scrabble/$i/scrabble_scores.new var/games/scrabble/$i/scrabble_scores - else - rm -f var/games/scrabble/$i/scrabble_scores.new - fi - fi -done - |