wok rev 16747

Up: bluefish (2.2.5)
author Alexander Medvedev <devl547@gmail.com>
date Sat Jun 14 19:43:22 2014 +0000 (2014-06-14)
parents 2ac08a7d0995
children 7d6d92c10df6
files bluefish/receipt
line diff
     1.1 --- a/bluefish/receipt	Thu Jun 12 19:48:36 2014 +0100
     1.2 +++ b/bluefish/receipt	Sat Jun 14 19:43:22 2014 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="bluefish"
     1.7 -VERSION="2.0.3"
     1.8 +VERSION="2.2.5"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="A powerful editor"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 @@ -29,12 +29,4 @@
    1.13  	cp -a $install/usr/share/mime $fs/usr/share
    1.14  	cp -a $install/usr/share/bluefish $fs/usr/share
    1.15  	cp -a $install/usr/share/applications $fs/usr/share
    1.16 -	cp -a $install/usr/share/locale/fr $fs/usr/share/locale
    1.17 -	
    1.18  }
    1.19 -
    1.20 -# Post-install commands
    1.21 -post_install()
    1.22 -{
    1.23 -	chroot "$1/" /usr/bin/update-mime-database /usr/share/mime
    1.24 -}