This commit is contained in:
2015-06-08 12:31:01 +03:00
commit 295748c10a
3 changed files with 167 additions and 0 deletions

9
libsystemd.install Normal file
View File

@@ -0,0 +1,9 @@
post_install() {
echo "Running ldconfig..."
ldconfig
}
post_upgrade() {
echo "Running ldconfig..."
ldconfig
}