wok diff posixovl/receipt @ rev 13675

Added gst-python dependency to radiotray
author Brenton Scott <admin@trixarian.net>
date Mon Nov 26 16:16:06 2012 +0200 (2012-11-26)
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 Nov 26 16:16:06 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 -