wok diff posixovl/receipt @ rev 13213
gnustep-gui: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Aug 08 09:06:49 2012 +0200 (2012-08-08) |
parents | eb374ef371b3 |
children | a07f343afac0 |
line diff
1.1 --- a/posixovl/receipt Sat Mar 03 13:40:41 2012 +0100 1.2 +++ b/posixovl/receipt Wed Aug 08 09:06:49 2012 +0200 1.3 @@ -29,16 +29,3 @@ 1.4 mkdir -p $fs/usr/sbin 1.5 cp $src/mount.posixovl $fs/usr/sbin 1.6 } 1.7 - 1.8 -# Pre remove and post install commands for Tazpkg. 1.9 -pre_remove() 1.10 -{ 1.11 - sed -i '/^$PACKAGE$/d' $1/etc/filesystems 1.12 -} 1.13 - 1.14 -post_install() 1.15 -{ 1.16 - grep -qs ^$PACKAGE$ $1/etc/filesystems || \ 1.17 - echo "$PACKAGE" >> $1/etc/filesystems 1.18 -} 1.19 -