summarylogtreecommitdiffstats
path: root/flowcanvas.install
diff options
context:
space:
mode:
Diffstat (limited to 'flowcanvas.install')
-rw-r--r--flowcanvas.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/flowcanvas.install b/flowcanvas.install
new file mode 100644
index 000000000000..806b209a93f7
--- /dev/null
+++ b/flowcanvas.install
@@ -0,0 +1,11 @@
+post_install() {
+ \ldconfig
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}