desktop/texmacs/texmacs.install

12 lines
127 B
Plaintext
Raw Normal View History

2015-05-09 04:43:57 +08:00
post_install() {
update-mime-database /usr/share/mime
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}