summarylogtreecommitdiffstats
path: root/libsystemd.install
diff options
context:
space:
mode:
Diffstat (limited to 'libsystemd.install')
-rw-r--r--libsystemd.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/libsystemd.install b/libsystemd.install
new file mode 100644
index 000000000000..7fbf20dc4d84
--- /dev/null
+++ b/libsystemd.install
@@ -0,0 +1,9 @@
+post_install() {
+ echo "Running ldconfig..."
+ ldconfig
+}
+
+post_upgrade() {
+ echo "Running ldconfig..."
+ ldconfig
+}