summarylogtreecommitdiffstats
path: root/eruption.install
blob: 1f3b27a1c0392be58e5b760b5da004c3941378b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {	
    # systemctl preset eruption
    udevadm control --reload-rules
}

pre_remove() {
	systemctl stop eruption.service
}

post_remove() {
	systemctl daemon-reload
}