wok diff get-skype/stuff/get-skype @ rev 18707

fix some post_install status
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Dec 16 15:49:50 2015 +0100 (2015-12-16)
parents d00a8f87ab96
children 0c85739e5ac3
line diff
     1.1 --- a/get-skype/stuff/get-skype	Mon Apr 07 06:52:27 2014 +0000
     1.2 +++ b/get-skype/stuff/get-skype	Wed Dec 16 15:49:50 2015 +0100
     1.3 @@ -71,6 +71,11 @@
     1.4  
     1.5  post_install()
     1.6  {
     1.7 +	[ -n "\$1" ] && return
     1.8 +	
     1.9 +	[ -s /var/lib/dbus/machine-id ] ||
    1.10 +		dbus-uuidgen > /var/lib/dbus/machine-id
    1.11 +		
    1.12  	# try to fix library versions
    1.13  	ldd /usr/bin/skype | sed '/not found/!d;s/ =>.*//' | while read lib; do
    1.14  		[ -e /usr/lib/\${lib%.*} ] &&