wok diff web-google-services/receipt @ rev 22236

updated xorg-libpciaccess and xorg-libpciaccess-dev (0.13.1 -> 1.16)
author Hans-G?nter Theisgen
date Tue Nov 12 08:56:26 2019 +0100 (2019-11-12)
parents 2d5953d1a452
children 535c806240cc
line diff
     1.1 --- a/web-google-services/receipt	Sun Apr 17 10:18:44 2016 -0300
     1.2 +++ b/web-google-services/receipt	Tue Nov 12 08:56:26 2019 +0100
     1.3 @@ -459,10 +459,10 @@
     1.4  
     1.5  post_install()
     1.6  {
     1.7 -  notify-send -u normal -t 5000 -i application-x-tazpkg  "Tazpkg - Install" "The $PACKAGE is installed."
     1.8 +  [ "$1" ] && notify-send -u normal -t 5000 -i application-x-tazpkg  "Tazpkg - Install" "The $PACKAGE is installed."
     1.9  }
    1.10  
    1.11  post_remove()
    1.12  {
    1.13 -  notify-send -u normal -t 5000 -i application-x-tazpkg  "Tazpkg - Remove" "The $PACKAGE was removed."
    1.14 +  [ "$1" ] && notify-send -u normal -t 5000 -i application-x-tazpkg  "Tazpkg - Remove" "The $PACKAGE was removed."
    1.15  }