diff options
Diffstat (limited to 'games/lmarbles/pkg-install')
-rw-r--r-- | games/lmarbles/pkg-install | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/games/lmarbles/pkg-install b/games/lmarbles/pkg-install deleted file mode 100644 index 562b593513f0..000000000000 --- a/games/lmarbles/pkg-install +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -FILE=/var/games/marbles.prfs -[ "$2" != "POST-INSTALL" -o -f "$FILE" ] && exit 0 - -echo "===> Creating initial profile $FILE" -install -o root -g games -m 664 ${PKG_PREFIX}/share/marbles/empty.prfs $FILE |