File: postinst

package info (click to toggle)
xbl 1.0i-2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 620 kB
  • ctags: 714
  • sloc: ansic: 7,395; makefile: 285; sh: 2
file content (8 lines) | stat: -rw-r--r-- 230 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/bin/sh -e

# for some reason, dpkg doesn't do this on its own. This is needed because
# xbl prior to 1.0f-5 had the wrong perms on this directory.
chown root.games /var/lib/games/xbl
chmod g+rws /var/lib/games/xbl

#DEBHELPER#