Convert packages to the new template format (i).

This commit is contained in:
Juan RP
2013-04-12 16:39:50 +02:00
parent 87ea2d6642
commit c5d83938ab
38 changed files with 332 additions and 173 deletions

View File

@@ -33,3 +33,9 @@ post_install() {
mv ${DESTDIR}/usr/share/man/man1/hostname.1 \
${DESTDIR}/usr/share/man/man1/${pkgname}-hostname.1
}
inetutils_package() {
pkg_install() {
vmove usr
}
}