summarylogtreecommitdiffstats
path: root/elos.install
blob: 5d25481f1c6a6ad37fe5d29fac9a377283c8c4c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
## arg 1:  the new package version
post_install() {
  install -d -m 755 "/var/log/elos/"
  install -d -m 755 "/run/elos/"
}

## arg 1:  the old package version
post_remove() {
	rm -rf "/var/log/elos/"
	rm -rf "/run/elos"
}