wok-stable diff ntfs-3g/receipt @ rev 2212
Add dbus-python (used by hplip)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Feb 11 17:31:38 2009 +0100 (2009-02-11) |
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 Wed Feb 11 17:31:38 2009 +0100 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 }