File: postinst

package info (click to toggle)
xjump 2.7
  • links: PTS
  • area: main
  • in suites: potato
  • size: 128 kB
  • ctags: 129
  • sloc: ansic: 954; makefile: 64; sh: 8
file content (4 lines) | stat: -rw-r--r-- 161 bytes parent folder | download
1
2
3
4
#!/bin/sh
test -f /var/lib/games/xjump/record || touch /var/lib/games/xjump/record
chmod 660 /var/lib/games/xjump/record
chgrp games /var/lib/games/xjump/record