summaryrefslogtreecommitdiff
path: root/community-testing/flowcanvas/flowcanvas.install
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/flowcanvas/flowcanvas.install')
-rw-r--r--community-testing/flowcanvas/flowcanvas.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/community-testing/flowcanvas/flowcanvas.install b/community-testing/flowcanvas/flowcanvas.install
new file mode 100644
index 000000000..dbd9898d3
--- /dev/null
+++ b/community-testing/flowcanvas/flowcanvas.install
@@ -0,0 +1,13 @@
+post_install() {
+ \ldconfig
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+
+# vim:set ts=2 sw=2 et: