wok diff coreutils/receipt @ rev 7044

Replace firefox by browser in /usr/share/applications/*
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Nov 01 10:51:38 2010 +0100 (2010-11-01)
parents 250ea75bef27
children 2db2e85f9325
line diff
     1.1 --- a/coreutils/receipt	Sat Oct 02 16:11:32 2010 +0000
     1.2 +++ b/coreutils/receipt	Mon Nov 01 10:51:38 2010 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="coreutils"
     1.7 -VERSION="8.5"
     1.8 +VERSION="8.6"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Utilities for using and setting the basic system."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -89,3 +89,9 @@
    1.13  	ln -s /bin/busybox /usr/bin/od
    1.14  	ln -s /bin/busybox /usr/bin/split
    1.15  }
    1.16 +
    1.17 +clean_wok()
    1.18 +{
    1.19 +	rm -rf $WOK/$PACKAGE-*/taz
    1.20 +	rm -rf $WOK/$PACKAGE-*/process.log
    1.21 +}