blob: f9e44fcce2e51084a3a443b3933a1f20081157e1 (
plain)
1
2
3
4
5
6
7
8
9
|
post_install() {
echo Updating the MIME database cache...
update-mime-database /usr/share/mime/
}
post_remove() {
echo Updating the MIME database cache...
update-mime-database /usr/share/mime/
}
|