aur/serd.install
2016-01-19 20:18:48 +01:00

12 lines
105 B
Plaintext

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