summarylogtreecommitdiffstats
path: root/xfluxd-args.install
blob: 83eb7e03df0fcc93a7f0308c0753c990867152d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
    echo "==> Edit the config file in '/etc/xfluxd-args.conf'"
    echo "==> Add xfluxd-args to systemctl if you wish (use the --user option to make it only for you)."
}
post_upgrade() {
	echo "==> THE CONFIG FILE IN '/etc/xfluxd-args.conf' HAS BEEN REPLACED"
	echo "==> Make sure to reload the daemon in systemctl once you have fixed your settings."
}
post_remove() {
	echo "==> Make sure to disable it in systemctl!"
	echo "==> You may have to remove the config file '/etc/xfluxd-args.conf'"
}