summarylogtreecommitdiffstats
path: root/gweled.install
diff options
context:
space:
mode:
Diffstat (limited to 'gweled.install')
-rw-r--r--gweled.install19
1 files changed, 0 insertions, 19 deletions
diff --git a/gweled.install b/gweled.install
deleted file mode 100644
index 9be6ea940abe..000000000000
--- a/gweled.install
+++ /dev/null
@@ -1,19 +0,0 @@
-scores=(
- 'gweled.Normal.scores'
- 'gweled.Timed.scores'
-)
-
-post_install() {
- for score in "${scores[@]}" ; do
- if [ -e "var/games/${score}" ]; then
- continue
- fi
- touch "var/games/${score}"
- chown root:games "var/games/${score}"
- chmod 664 "var/games/${score}"
- done
-}
-
-post_upgrade() {
- post_install $1
-}