wok diff slitaz-configs-base/receipt @ rev 16998

pcmanfm: fix tazpkg icon and "terminal is not set" in pcmanfm, delete dbus-launch with overwrite /home/*/.xinitrc
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Mon Aug 11 01:56:38 2014 +0200 (2014-08-11)
parents 5713a7350bb6
children da959955050c
line diff
     1.1 --- a/slitaz-configs-base/receipt	Mon Aug 04 21:47:29 2014 +0200
     1.2 +++ b/slitaz-configs-base/receipt	Mon Aug 11 01:56:38 2014 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="slitaz-configs-base"
     1.7 -VERSION="5.5.3"
     1.8 +VERSION="5.5.4"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="SliTaz config files for text based systems."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -53,3 +53,12 @@
    1.13  	chown -R root.root $fs
    1.14  	chmod 0750 $fs/root
    1.15  }
    1.16 +
    1.17 +post_install()
    1.18 +{
    1.19 +echo "Updating ~/.xinitrc"
    1.20 +	for i in `ls -d /home/*`
    1.21 +	do
    1.22 +		cp /etc/skel/.xinitrc $i/.xinitrc
    1.23 +	done
    1.24 +}