diff options
Diffstat (limited to 'btanks.install')
-rw-r--r-- | btanks.install | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/btanks.install b/btanks.install index f9ac8fce794b..c9c2f7fcc2e4 100644 --- a/btanks.install +++ b/btanks.install @@ -1,7 +1,8 @@ post_install() { + chown :games '/usr/share/games/btanks/bt.xml' echo "In order to be able to change game preferences, you must be in the 'games' group." } post_upgrade() { - echo "In order to be able to change game preferences, you must be in the 'games' group." + post_install } |