desktop/tetzle/tetzle.install
Adrián Chaves Fernández (Gallaecio) d3743aa913 Added Tetzle from the CCR, upgraded to 2.0.3.
2013-09-23 04:50:42 +02:00

13 lines
174 B
Plaintext

post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
update-desktop-database -q
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}