summarylogtreecommitdiffstats
path: root/libumlib0.install
diff options
context:
space:
mode:
Diffstat (limited to 'libumlib0.install')
-rw-r--r--libumlib0.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/libumlib0.install b/libumlib0.install
new file mode 100644
index 000000000000..dc2ebedcdc56
--- /dev/null
+++ b/libumlib0.install
@@ -0,0 +1,9 @@
+post_install() {
+ set -e
+ ldconfig
+}
+
+post_remove() {
+ set -e
+ ldconfig
+}