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