summarylogtreecommitdiffstats
path: root/aegir.install
diff options
context:
space:
mode:
authorJames An2014-07-15 13:28:03 -0400
committerJames An2015-06-30 07:27:47 -0400
commit5cc3b9e228fe5019aabc7b4cdb52e9dc89412681 (patch)
tree697ed4b37ed42f0bc74099c09defeaed1078b391 /aegir.install
parent5fbd7595bac9ce6b64c85d40a75f421ca32c0a1b (diff)
downloadaur-5cc3b9e228fe5019aabc7b4cdb52e9dc89412681.tar.gz
Added new aegir AUR package for Aegir Systemd target.
Diffstat (limited to 'aegir.install')
-rw-r--r--aegir.install35
1 files changed, 0 insertions, 35 deletions
diff --git a/aegir.install b/aegir.install
deleted file mode 100644
index f7f593f6ed0f..000000000000
--- a/aegir.install
+++ /dev/null
@@ -1,35 +0,0 @@
-# This is a default template for a post-install scriptlet.
-# Uncomment only required functions and remove any functions
-# you don't need (and this header).
-
-## arg 1: the new package version
-#pre_install() {
- # do something here
-#}
-
-## arg 1: the new package version
-#post_install() {
- # do something here
-#}
-
-## arg 1: the new package version
-## arg 2: the old package version
-#pre_upgrade() {
- # do something here
-#}
-
-## arg 1: the new package version
-## arg 2: the old package version
-#post_upgrade() {
- # do something here
-#}
-
-## arg 1: the old package version
-#pre_remove() {
- # do something here
-#}
-
-## arg 1: the old package version
-#post_remove() {
- # do something here
-#}