wok diff posixovl/receipt @ rev 13352

Add perl-io-tty, perl-io-stty, perl-number-range, perl-expect, perl-algorithm-permute
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Sep 10 09:49:31 2012 +0200 (2012-09-10)
parents eb374ef371b3
children a07f343afac0
line diff
     1.1 --- a/posixovl/receipt	Sat Mar 03 13:40:41 2012 +0100
     1.2 +++ b/posixovl/receipt	Mon Sep 10 09:49:31 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 -