summarylogtreecommitdiffstats
path: root/timeshift-install.sh
diff options
context:
space:
mode:
authorMark Wagie2020-11-28 21:40:23 -0700
committerMark Wagie2020-11-28 21:40:23 -0700
commit25315074629ad76481f99eb58f5f0057affb831f (patch)
tree84ef4baa2e07baa3d1668091348da6e0ed0d768f /timeshift-install.sh
parent49250a47d57540adde437175330454add76ca854 (diff)
downloadaur-25315074629ad76481f99eb58f5f0057affb831f.tar.gz
20.11.1
Diffstat (limited to 'timeshift-install.sh')
-rw-r--r--timeshift-install.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/timeshift-install.sh b/timeshift-install.sh
deleted file mode 100644
index bc3bd2167015..000000000000
--- a/timeshift-install.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-post_upgrade() {
- set -u
- if ! systemctl -q is-enabled 'cronie.service'; then
- echo 'TimeShift automatic backups require the cronie.service to be running.'
- echo 'Try:'
- echo ' systemctl enable --now cronie.service'
- fi
- set +u
-}
-
-post_install() {
- post_upgrade
-}