wok diff icedtea6-jre/receipt @ rev 17600

notification-daemon, pidgin-libnotify: fix notify_notification_new args
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 11 22:40:20 2015 +0100 (2015-02-11)
parents f4c22f009037
children b63f49cad2a3
line diff
     1.1 --- a/icedtea6-jre/receipt	Sat Sep 07 18:25:02 2013 +0000
     1.2 +++ b/icedtea6-jre/receipt	Wed Feb 11 22:40:20 2015 +0100
     1.3 @@ -21,3 +21,14 @@
     1.4  	mkdir -p $fs/usr/lib/jvm/java-icedtea
     1.5  	cp -a $install/usr/lib/jvm/java-icedtea/jre $fs/usr/lib/jvm/java-icedtea
     1.6  }
     1.7 +
     1.8 +# Post install/remove commands for Tazpkg.
     1.9 +post_install()
    1.10 +{
    1.11 +	ln -sf /usr/lib/jvm/java-icedtea/bin/java /usr/bin/java
    1.12 +}
    1.13 +
    1.14 +post_remove()
    1.15 +{
    1.16 +	rm -f $1/usr/bin/java
    1.17 +}