File: postinst

package info (click to toggle)
sql-ledger 2.4.7-2sarge1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,836 kB
  • ctags: 6
  • sloc: sh: 1,207; perl: 124; makefile: 69
file content (9 lines) | stat: -rw-r--r-- 131 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/sh

(
  cd /var/lib/sql-ledger ; 
  chown www-data:www-data users templates
  chown -R www-data:www-data css
)

#DEBHELPER#