desktop/texmacs/texmacs.install

14 lines
217 B
Plaintext
Raw Normal View History

2015-05-09 04:43:57 +08:00
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
}