wok diff ntfs-3g/receipt @ rev 2255

Add squirrelmail-msg_flags
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 15 22:52:03 2009 +0000 (2009-02-15)
parents 14a7a851672f
children 583e8a023692
line diff
     1.1 --- a/ntfs-3g/receipt	Sun Feb 01 12:23:00 2009 +0000
     1.2 +++ b/ntfs-3g/receipt	Sun Feb 15 22:52:03 2009 +0000
     1.3 @@ -34,11 +34,11 @@
     1.4  # Pre remove and post install commands for Tazpkg.
     1.5  pre_remove()
     1.6  {
     1.7 -	sed -i '/ntfs-3g/d' $1/etc/filesystems
     1.8 +	sed -i '/^ntfs-3g$/d' $1/etc/filesystems
     1.9  }
    1.10  
    1.11  post_install()
    1.12  {
    1.13 -	grep -qs ntfs-3g $1/etc/filesystems || \
    1.14 +	grep -qs ^ntfs-3g$ $1/etc/filesystems || \
    1.15  		echo "ntfs-3g" >> $1/etc/filesystems
    1.16  }