summaryrefslogtreecommitdiffstats
path: root/chicken-mailbox/chicken.install
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-07-08 23:15:26 +0200
committerGravatar Tom Willemse2015-07-08 23:15:26 +0200
commit457396320bfab92219509e2a3765bc24c77eaaa3 (patch)
treef01c4d33db4d0e39fecddce47a3e95efdbf278be /chicken-mailbox/chicken.install
parent0e84aa2fe8030c5a05a959e2f22694594149e8c4 (diff)
downloadpkgbuilds-457396320bfab92219509e2a3765bc24c77eaaa3.tar.gz
pkgbuilds-457396320bfab92219509e2a3765bc24c77eaaa3.zip
Add some chicken packagesHEADmaster
Diffstat (limited to 'chicken-mailbox/chicken.install')
-rw-r--r--chicken-mailbox/chicken.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/chicken-mailbox/chicken.install b/chicken-mailbox/chicken.install
new file mode 100644
index 0000000..2022006
--- /dev/null
+++ b/chicken-mailbox/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
+}