summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Schrempf2019-04-30 20:53:49 +0200
committerDominik Schrempf2019-04-30 20:53:49 +0200
commite16f27a29faaebc8094fb7a22adab7ec71a5aa24 (patch)
tree7b1b03af209d4daae368b5c93ba224e126e6483a
parent6d7e2c5bbccce1bb77f0fed1d72eba47a3ca9394 (diff)
downloadaur-e16f27a29faaebc8094fb7a22adab7ec71a5aa24.tar.gz
change upgrade message
-rw-r--r--nextcloud-systemd-timers.install3
1 files changed, 3 insertions, 0 deletions
diff --git a/nextcloud-systemd-timers.install b/nextcloud-systemd-timers.install
index cd3c6b42dce9..43469e0cfe60 100644
--- a/nextcloud-systemd-timers.install
+++ b/nextcloud-systemd-timers.install
@@ -39,8 +39,11 @@ post_install() {
pre_upgrade() {
if [[ "$1" == "0.6-1" ]]
then
+ echo
echo "The systemd unit directory has changed from"
echo "/etc/systemd/system to /usr/lib/systemd/system."
+ echo "Please ensure that your timers work after the upgrade."
+ echo
fi
}