Parent Directory
|
Revision Log
Adopt freedesktop.org method for mime association on Debian. Add postrm and postinst scripts.
1 | #!/bin/sh |
2 | |
3 | # update the file associations (we're not using dh_installmime here) |
4 | if which update-mime-database >/dev/null 2>&1 ; then |
5 | update-mime-database /usr/share/mime |
6 | fi |
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |