wok rev 9424

ovz-web-panel: Change DEPENDS + cleaning
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Mar 30 23:44:21 2011 +0200 (2011-03-30)
parents acc4afe2f2e5
children 43dc568b06b1
files ovz-web-panel/receipt
line diff
     1.1 --- a/ovz-web-panel/receipt	Wed Mar 30 15:10:24 2011 +0000
     1.2 +++ b/ovz-web-panel/receipt	Wed Mar 30 23:44:21 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()