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

libfm: define tar.xz for xarchiver
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sun Oct 11 13:59:02 2015 +0200 (2015-10-11)
parents 1301f2b949bf
children fafc1907461c
line diff
     1.1 --- a/slitaz-configs-base/receipt	Thu Oct 01 22:10:06 2015 +0200
     1.2 +++ b/slitaz-configs-base/receipt	Sun Oct 11 13:59:02 2015 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="slitaz-configs-base"
     1.7 -VERSION="262"
     1.8 +VERSION="263"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="SliTaz config files for text based systems."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -58,9 +58,9 @@
    1.13  
    1.14  post_install()
    1.15  {
    1.16 +	echo; echo -n "Updating ~/.xinitrc"
    1.17  	for i in $(ls -d $1/root $1/home/* 2> /dev/null); do
    1.18  		[ -d $i ] && cp -f $1/etc/skel/.xinitrc $i
    1.19  	done
    1.20 -	echo && echo -n "Updating ~/.xinitrc"
    1.21  	sed -i 's|$HOME/.config|/etc|' $1/root/.xinitrc
    1.22  }