summarylogtreecommitdiffstats
path: root/nxfilter.install
blob: 10384f73e4a9f742ee4e744b37e9fc86dd2e0e3a (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
	chmod 755 /nxfilter/bin/*.sh
}

post_upgrade() {
	chmod 755 /nxfilter/bin/*.sh
}

post_remove() {
	rm -r /nxfilter
}