qubes-linux-utils/archlinux/PKGBUILD-qubes-vm-utils.install

15 lines
125 B
Plaintext
Raw Normal View History

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