wok-tiny diff module-floppy/receipt @ rev 126

Update config_form()
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 12 19:39:46 2017 +0100 (2017-02-12)
parents fe3786524709
children 2c80994c5e30
line diff
     1.1 --- a/module-floppy/receipt	Wed Mar 09 21:30:10 2016 +0100
     1.2 +++ b/module-floppy/receipt	Sun Feb 12 19:39:46 2017 +0100
     1.3 @@ -29,5 +29,5 @@
     1.4  # Post install/remove commands for Tazpkg.
     1.5  post_install()
     1.6  {
     1.7 -	echo ${PACKAGE#*-} >> $1/modules
     1.8 +	grep -qs ^${PACKAGE#*-}$ $1/modules || echo ${PACKAGE#*-} >> $1/modules
     1.9  }