summarylogtreecommitdiffstats
path: root/hogc.install
blob: d322c6d2d6279f2141a2d3dcc09860043a69d6b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
post_install() {
  pkgname=hogc

  # Fixing membership
  chown -R julien: /etc/$pkgname

  true
}

post_upgrade() {
  pkgname=hogc

  chown -R julien: /etc/$pkgname

  true
}

pre_remove() {

  true
}