summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Tregunna2018-02-10 11:34:43 -0600
committerJeremy Tregunna2018-02-10 11:34:43 -0600
commit351da38726e6086edb1faa4d960426ceb5a86cea (patch)
treeeb309359e31bb13940445bc65dc51686722bf75c
parent52b600691bb9b74b9624ca31a4f2bc594d5af44a (diff)
downloadaur-351da38726e6086edb1faa4d960426ceb5a86cea.tar.gz
fix install script
-rw-r--r--skafos.install35
1 files changed, 0 insertions, 35 deletions
diff --git a/skafos.install b/skafos.install
index f7f593f6ed0f..e69de29bb2d1 100644
--- a/skafos.install
+++ b/skafos.install
@@ -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
-#}