wok diff ovz-web-panel/receipt @ rev 9470

Remove some uneeded strips (thoses ones are handled by Tazwok)
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Apr 04 01:29:52 2011 +0200 (2011-04-04)
parents c5895a53610e
children d1768332cee0
line diff
     1.1 --- a/ovz-web-panel/receipt	Sun Mar 06 22:15:32 2011 +0100
     1.2 +++ b/ovz-web-panel/receipt	Mon Apr 04 01:29:52 2011 +0200
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="GUI web-based frontend for OpenVZ"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="ruby sqlite3-ruby"
     1.8 +DEPENDS="ruby-enterprise sqlite3-ruby"
     1.9  TARBALL="${PACKAGE}-${VERSION}.tgz"
    1.10  WEB_SITE="http://code.google.com/p/ovz-web-panel/"
    1.11  WGET_URL="http://ovz-web-panel.googlecode.com/files/$TARBALL"
    1.12 @@ -50,6 +50,9 @@
    1.13  	
    1.14  	# Fix perms
    1.15  	chmod 755 $fs/usr/share/$PACKAGE/script/owp
    1.16 +	
    1.17 +	# Cleaning.
    1.18 +	rm -f $fs/usr/share/$PACKAGE/done.*.u
    1.19  }
    1.20  
    1.21  post_install()