summarylogtreecommitdiffstats
path: root/xfluxd-args.install
diff options
context:
space:
mode:
Diffstat (limited to 'xfluxd-args.install')
-rw-r--r--xfluxd-args.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/xfluxd-args.install b/xfluxd-args.install
new file mode 100644
index 000000000000..83eb7e03df0f
--- /dev/null
+++ b/xfluxd-args.install
@@ -0,0 +1,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'"
+}