summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Powers2016-03-05 20:57:18 -0700
committerBenjamin Powers2016-03-05 20:57:18 -0700
commit9bf7b5b91f5f69ade609f770bfb4a8135e465c15 (patch)
tree82cd4dd39a46f4661d971f85c25345267b0326f9
parent924485d8eef18e5e2d198b60c38b000a34e99d42 (diff)
downloadaur-9bf7b5b91f5f69ade609f770bfb4a8135e465c15.tar.gz
cleanup .install files
-rw-r--r--.SRCINFO2
-rw-r--r--airtime.install28
2 files changed, 1 insertions, 29 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01ebe5202a39..a75733516096 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Mar 6 03:28:32 UTC 2016
+# Sun Mar 6 03:57:04 UTC 2016
pkgbase = airtime
pkgdesc = Open broadcast software for scheduling and station management.
pkgver = 2.5.2.1
diff --git a/airtime.install b/airtime.install
index 37fa703ec4d3..8c92661a4f79 100644
--- a/airtime.install
+++ b/airtime.install
@@ -1,39 +1,11 @@
-# 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() {
-# }
-
-
-## arg 1: the new package version
post_install() {
if type -P systemd-tmpfiles &> /dev/null; then
systemd-tmpfiles --create airtime.conf
fi
}
-## 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() {
if type -P systemd-tmpfiles &> /dev/null; then
systemd-tmpfiles --create airtime.conf
fi
}
-
-## arg 1: the old package version
-#pre_remove() {
- # do something here
-#}
-
-## arg 1: the old package version
-#post_remove() {
- # do something here
-#}