desktop/texmacs/texmacs.install
2015-05-08 20:43:57 +00:00

14 lines
217 B
Plaintext

post_install() {
update-desktop-database -q
update-mime-database /usr/share/mime
gtk-update-icon-cache --force -t -q /usr/share/icons/gnome
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}