summarylogtreecommitdiffstats
path: root/mm.install
diff options
context:
space:
mode:
authorradioxoma2014-01-25 12:39:52 +0300
committerradioxoma2014-01-25 12:39:52 +0300
commit6d45f1ed0c4b9de07fe703d649bead876417e9b2 (patch)
tree9d0d2df3bd5faf347c96c333f90b5055e4f5ab61 /mm.install
downloadaur-6d45f1ed0c4b9de07fe703d649bead876417e9b2.tar.gz
Micromanager - microscope hardware control
Diffstat (limited to 'mm.install')
-rw-r--r--mm.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/mm.install b/mm.install
new file mode 100644
index 000000000000..7a0e5d40fefb
--- /dev/null
+++ b/mm.install
@@ -0,0 +1,15 @@
+# arg 1: the new package version
+post_install() {
+ ldconfig
+}
+
+# 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
+}