desktop/qtcreator/qtcreator.install
2014-06-08 06:26:18 +00:00

13 lines
124 B
Plaintext

post_install() {
update-desktop-database -q
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}