File: postinst

package info (click to toggle)
thrust 0.89-4
  • links: PTS
  • area: main
  • in suites: slink
  • size: 1,756 kB
  • ctags: 986
  • sloc: ansic: 13,516; sh: 1,514; makefile: 308
file content (10 lines) | stat: -rw-r--r-- 267 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh -e

# Create a high score file.
touch /var/lib/games/thrust.highscore
# Always fix permissions, because an old version of the package got them 
# wrong.
chown root.games /var/lib/games/thrust.highscore
chmod 664 /var/lib/games/thrust.highscore

#DEBHELPER#