wok diff autofs/receipt @ rev 8417
Up: xorg-printproto to 1.0.5.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Feb 05 17:39:51 2011 +0000 (2011-02-05) |
parents | 547a87ca6aa4 |
children | 45e2d5caa56d |
line diff
1.1 --- a/autofs/receipt Tue Nov 16 18:42:59 2010 +0100 1.2 +++ b/autofs/receipt Sat Feb 05 17:39:51 2011 +0000 1.3 @@ -8,6 +8,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.5 WEB_SITE="http://www.kernel.org/pub/linux/daemons/autofs/v5" 1.6 WGET_URL="$WEB_SITE/$TARBALL" 1.7 +DEPENDS="linux-autofs" 1.8 TAGS="filesystem" 1.9 1.10 # Rules to configure and make the package. 1.11 @@ -29,3 +30,9 @@ 1.12 cp -a $_pkg/usr/sbin $fs/usr 1.13 cp -a $_pkg/usr/lib $fs/usr 1.14 } 1.15 + 1.16 +# Pre and post install commands for Tazpkg. 1.17 +post_install() 1.18 +{ 1.19 + mkdir -p $1/mnt/auto 2> /dev/null 1.20 +}