desktop/dianara/dianara.install
Adrian Chaves Fernandez (Gallaecio) 50a2a2434b Added Dianara from the CCR.
2013-08-08 19:51:14 +00:00

12 lines
117 B
Plaintext

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