summarylogtreecommitdiffstats
path: root/skafos.install
diff options
context:
space:
mode:
authorJeremy Tregunna2018-02-10 11:25:01 -0600
committerJeremy Tregunna2018-02-10 11:25:01 -0600
commit52b600691bb9b74b9624ca31a4f2bc594d5af44a (patch)
treeadd1794c6215ce9a1d0731ebf296a7f27e0086ef /skafos.install
downloadaur-52b600691bb9b74b9624ca31a4f2bc594d5af44a.tar.gz
initial skafos package
Diffstat (limited to 'skafos.install')
-rw-r--r--skafos.install35
1 files changed, 35 insertions, 0 deletions
diff --git a/skafos.install b/skafos.install
new file mode 100644
index 000000000000..f7f593f6ed0f
--- /dev/null
+++ b/skafos.install
@@ -0,0 +1,35 @@
+# 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
+#}