File: postinst

package info (click to toggle)
jhcore 19981207-2
  • links: PTS
  • area: main
  • in suites: potato, woody
  • size: 2,204 kB
  • sloc: makefile: 35; sh: 7
file content (7 lines) | stat: -rw-r--r-- 180 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/sh -e

# Fix permissions of /var/lib/lambdamoo, which were messed up by old
# versions of this package.

chown daemon.daemon /var/lib/lambdamoo
chmod 700 /var/lib/lambdamoo