wok rev 12225
posixovl: not a real filesystem...
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 07 13:28:10 2012 +0200 (2012-04-07) |
parents | b5a01d4afa99 |
children | fad852c4aabe |
files | posixovl/receipt |
line diff
1.1 --- a/posixovl/receipt Fri Apr 06 08:20:43 2012 +0200 1.2 +++ b/posixovl/receipt Sat Apr 07 13:28:10 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 -