This repository has been archived on 2024-10-14. You can view files and clone it, but cannot push or open issues or pull requests.
libsystemd-standalone/libsystemd.install

10 lines
115 B
Plaintext
Raw Normal View History

2015-06-08 09:31:01 +00:00
post_install() {
echo "Running ldconfig..."
ldconfig
}
post_upgrade() {
echo "Running ldconfig..."
ldconfig
}