/[ascend]/trunk/debian/postinst
ViewVC logotype

Contents of /trunk/debian/postinst

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1609 - (show annotations) (download)
Thu Aug 30 02:14:09 2007 UTC (17 years, 8 months ago) by jpye
File size: 175 byte(s)
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