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

    # Fixing membership
    chown http: /var/log/$pkgname
    chown -R http: /etc/$pkgname

    true
}

post_upgrade() {
	chown http: /var/log/$pkgname
    chown -R http: /etc/$pkgname
    
	true
}

pre_remove() {
	true
}