summarylogtreecommitdiffstats
path: root/simple_backup.install
diff options
context:
space:
mode:
authorDaniele Fucini2024-04-08 19:02:26 +0200
committerDaniele Fucini2024-04-08 19:02:26 +0200
commit92c6bc5ce5cd346727ec3754a3e25f4dc9cef646 (patch)
tree921ffe707859e83fe7b8cfad7f7cd1f750601c25 /simple_backup.install
parente575b47591adda7d69b0d9ed7ec990a2f0fd941f (diff)
downloadaur-simple_backup.tar.gz
Use source from git tag
Diffstat (limited to 'simple_backup.install')
-rw-r--r--simple_backup.install10
1 files changed, 0 insertions, 10 deletions
diff --git a/simple_backup.install b/simple_backup.install
deleted file mode 100644
index 4bfb38f8015f..000000000000
--- a/simple_backup.install
+++ /dev/null
@@ -1,10 +0,0 @@
-post_install() {
- echo "An example configuration file is found in /usr/share/doc/simple_backup/simple_backup.conf."
- echo "Copy it to ~/config/simple_backup/simple_backup.conf and modify it as needed"
-}
-
-post_upgrade() {
- echo "Since version 3.3.0 simple_backup doesn't use 'last_backup' symlink to determine the last backup folder"
- echo "If you have a backup directory generated with an older version which contains a symlink called 'last_backup', remove the symlink from it"
-}
-