qubes-linux-utils/archlinux/PKGBUILD-qubes-vm-utils.install
2013-12-03 18:06:01 +01:00

15 lines
125 B
Plaintext

## arg 1: the new package version
post_install() {
ldconfig
}
post_upgrade() {
ldconfig
}
post_remove() {
ldconfig
}