tazpkg view mime/packages/tazpkg.xml @ rev 588

tazpkg: Add support for new slitaz.conf. Changed md5sum to $CHECKSUM thats in the new slitaz.conf. Add update_kernel_modules function so we can update kernel modules.dep file if /sbin/depmod exist and /lib/modules path is in package.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Apr 12 17:49:54 2012 +0000 (2012-04-12)
parents 5b7ca8187a78
children abffa90b0dcb
line source
1 <?xml version="1.0" encoding="UTF-8"?>
2 <mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
3 <mime-type type="application/x-tazpkg">
4 <comment>SliTaz package</comment>
5 <comment xml:lang="en">SliTaz package</comment>
6 <comment xml:lang="ru">Пакет SliTaz</comment>
7 <sub-class-of type="application/x-cpio"/>
8 <glob pattern="*.tazpkg"/>
9 </mime-type>
10 </mime-info>