summarylogtreecommitdiffstats
path: root/git-backup.install
diff options
context:
space:
mode:
authorKipras Melnikovas2019-10-30 01:08:18 +0200
committerKipras Melnikovas2019-10-30 01:08:18 +0200
commit5f216131cb0171f1bfd62d8afa73d11752a173ee (patch)
treec55e4b648c938ef5b0cd87d7ae5f65b53c483a11 /git-backup.install
parent2d696a61bb18a0ba25b271014d1a8b1230e57aa9 (diff)
downloadaur-5f216131cb0171f1bfd62d8afa73d11752a173ee.tar.gz
Remove incorrect conflict of 'git-backup', update version
Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
Diffstat (limited to 'git-backup.install')
-rw-r--r--git-backup.install15
1 files changed, 0 insertions, 15 deletions
diff --git a/git-backup.install b/git-backup.install
deleted file mode 100644
index 5543fa2636b1..000000000000
--- a/git-backup.install
+++ /dev/null
@@ -1,15 +0,0 @@
-post_install() {
- echo -e "\n\e[1m Kipras’s git-backup $1\e[0m\n"
- cat <<-END
- See the GitHub repository: https://github.com/sarpik/git-backup
- See Kipras’s website: https://kipras.org/
-
- git config --global alias.backup git-backup
-
- --> git-backup is free/libre software, licensed under the GPL-2.0 <--
-
- END
-}
-
-# vim: ts=2 sw=2 noet ft=bash:
-