desktop/texmacs/texmacs.install
2018-12-30 18:19:42 +01:00

12 lines
127 B
Plaintext

post_install() {
update-mime-database /usr/share/mime
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}