aur/sord.install
2016-01-19 20:31:26 +01:00

12 lines
105 B
Plaintext

post_install() {
ldconfig
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}