PKGBUILDs/community/simplescreenrecorder/simplescreenrecorder.install
2016-04-29 00:19:05 +00:00

10 lines
94 B
Plaintext

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