summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
-rw-r--r--xfluxd-args.install8
2 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3baef79af693..0020560ed2b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ source=(xfluxd-args.conf xfluxd-args.service)
install=xfluxd-args.install
conflicts=('xfluxd' 'auto-xflux')
md5sums=('edf22f4e3e1bfba14c12967536a9053d'
- 'c645a1216c2ebc45cedc1e0347b55ce4')
+ 'c645a1216c2ebc45cedc1e0347b55ce4')
conflicts=('xfluxd')
package() {
diff --git a/xfluxd-args.install b/xfluxd-args.install
index 83eb7e03df0f..fa28e968ec80 100644
--- a/xfluxd-args.install
+++ b/xfluxd-args.install
@@ -3,10 +3,10 @@ post_install() {
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."
+ 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'"
+ echo "==> Make sure to disable it in systemctl!"
+ echo "==> You may have to remove the config file '/etc/xfluxd-args.conf'"
}