summarylogtreecommitdiffstats
path: root/chicken.install
diff options
context:
space:
mode:
authorTom Willemse2015-07-10 00:37:14 +0200
committerTom Willemse2015-07-10 00:37:14 +0200
commitca7859e4ef63e225f83a4e176135c07db1cbd3b9 (patch)
tree8d2705f7f1fd70833954abd08134fe27068f2675 /chicken.install
downloadaur-ca7859e4ef63e225f83a4e176135c07db1cbd3b9.tar.gz
Initial import
Diffstat (limited to 'chicken.install')
-rw-r--r--chicken.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/chicken.install b/chicken.install
new file mode 100644
index 000000000000..2022006b327d
--- /dev/null
+++ b/chicken.install
@@ -0,0 +1,15 @@
+## arg 1: the new package version
+post_install() {
+ chicken-install -u
+}
+
+## arg 1: the new package version
+## arg 2: the old package version
+post_upgrade() {
+ post_install
+}
+
+## arg 1: the old package version
+post_remove() {
+ post_install
+}