summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Kuther2016-06-30 06:25:37 +0200
committerTom Kuther2016-06-30 06:25:37 +0200
commit5ab9c03e70ad7d0a5d1afa91f299843ccc9facfc (patch)
tree22e80ee01f50c798818a15c4dc01f00efb51c58f
parentc589d38bfb94d74a1cb21df93434a61031f61296 (diff)
downloadaur-5ab9c03e70ad7d0a5d1afa91f299843ccc9facfc.tar.gz
update .install
-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"