# HG changeset patch # User Pascal Bellard # Date 1333798090 -7200 # Node ID 404d32ff75a1f4ee66fd889eb6c008aadb4adc8c # Parent b5a01d4afa99f0304f7696243bcb5a9fe9fbed49 posixovl: not a real filesystem... diff -r b5a01d4afa99 -r 404d32ff75a1 posixovl/receipt --- a/posixovl/receipt Fri Apr 06 08:20:43 2012 +0200 +++ b/posixovl/receipt Sat Apr 07 13:28:10 2012 +0200 @@ -29,16 +29,3 @@ mkdir -p $fs/usr/sbin cp $src/mount.posixovl $fs/usr/sbin } - -# Pre remove and post install commands for Tazpkg. -pre_remove() -{ - sed -i '/^$PACKAGE$/d' $1/etc/filesystems -} - -post_install() -{ - grep -qs ^$PACKAGE$ $1/etc/filesystems || \ - echo "$PACKAGE" >> $1/etc/filesystems -} -