summaryrefslogtreecommitdiff
path: root/pcr/cadabra/cadabra.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-06-02 15:40:48 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-06-02 16:35:28 -0300
commit4a6bca6696a50363ce3407cc97472802907b7b5b (patch)
tree551e95a826b8191925607c8dcc7d5213991965cc /pcr/cadabra/cadabra.install
parent314ca5ef60d9d64ed8a66f4e7315434bc7dc0288 (diff)
downloadabslibre-4a6bca6696a50363ce3407cc97472802907b7b5b.tar.gz
abslibre-4a6bca6696a50363ce3407cc97472802907b7b5b.tar.bz2
abslibre-4a6bca6696a50363ce3407cc97472802907b7b5b.zip
cadabra: add new package to [pcr]
Diffstat (limited to 'pcr/cadabra/cadabra.install')
-rw-r--r--pcr/cadabra/cadabra.install35
1 files changed, 35 insertions, 0 deletions
diff --git a/pcr/cadabra/cadabra.install b/pcr/cadabra/cadabra.install
new file mode 100644
index 000000000..843f01a31
--- /dev/null
+++ b/pcr/cadabra/cadabra.install
@@ -0,0 +1,35 @@
+# arg 1: the new package version
+pre_install() {
+ /bin/true
+}
+
+# arg 1: the new package version
+post_install() {
+ /bin/true
+}
+
+# arg 1: the new package version
+# arg 2: the old package version
+pre_upgrade() {
+ /bin/true
+}
+
+# arg 1: the new package version
+# arg 2: the old package version
+post_upgrade() {
+ post_install
+}
+
+# arg 1: the old package version
+pre_remove() {
+ /bin/true
+}
+
+# arg 1: the old package version
+post_remove() {
+ /bin/true
+}
+
+op=$1
+shift
+$op $*