wok-4.x diff ntfs-3g/receipt @ rev 2170
linux: speedtouch needs hdlc support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 07 20:58:54 2009 +0000 (2009-02-07) |
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 Sat Feb 07 20:58:54 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 }