aur/sord.install

12 lines
105 B
Plaintext
Raw Normal View History

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