qt3: added post install instructions

pull/3/head
Pawel "l0ner" Soltys 12 years ago
parent 26c920e417
commit 4e7ed43aa6

@ -0,0 +1,12 @@
post_install() {
ldconfig &> /dev/null
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}
Loading…
Cancel
Save