desktop/qtcreator/qtcreator.install

13 lines
124 B
Plaintext
Raw Normal View History

2014-06-08 14:26:18 +08:00
post_install() {
update-desktop-database -q
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}