summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--snapper.install6
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6eb6efefc3a..9ac85ecfb80c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Jun 30 04:20:31 UTC 2016
+# Thu Jun 30 04:25:22 UTC 2016
pkgbase = snapper-git
pkgdesc = A tool for managing BTRFS and LVM snapshots. It can create, diff and restore snapshots and provides timelined auto-snapping.
pkgver = 0.3.2.git.1223.0b36c71
diff --git a/snapper.install b/snapper.install
index 53579cb4093b..7d797f4f2e46 100644
--- a/snapper.install
+++ b/snapper.install
@@ -1,11 +1,7 @@
post_install() {
echo "For first-time config instructions see https://wiki.archlinux.org/index.php/Snapper"
-}
-
-post_upgrade() {
echo
- echo "BIG FAT WARNING: the snapper-git package now uses systemd .timer units instead of cron scripts!"
- echo "If you use timelined snapshots, you need to manually enable and start the timer units with:"
+ echo "To use timelined snapshots, you need to manually enable and start the timer units with:"
echo
echo "# systemctl enable snapper-cleanup.timer"
echo "# systemctl enable snapper-timeline.timer"