summarylogtreecommitdiffstats
path: root/xfluxd-args.install
blob: fa28e968ec80607fef646e57225ee3bcd7a3f86f (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'"
}