wok diff obmenu/receipt @ rev 19949

memtest: add @cmdlinefile support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun May 07 21:49:40 2017 +0200 (2017-05-07)
parents 16df76e1fc6a
children 970c5ec9a60a
line diff
     1.1 --- a/obmenu/receipt	Fri May 22 17:34:18 2015 +0300
     1.2 +++ b/obmenu/receipt	Sun May 07 21:49:40 2017 +0200
     1.3 @@ -32,13 +32,13 @@
     1.4  post_install()
     1.5  {
     1.6  	echo -n "Enabling configuration file..."
     1.7 -	cp $1/home/tux/.config/openbox/menu.xml $1/root/.config/openbox
     1.8 +	cp "$1/home/tux/.config/openbox/menu.xml" "$1/root/.config/openbox"
     1.9  	status
    1.10  }
    1.11  
    1.12  post_remove()
    1.13  {
    1.14  	echo -n "Removing configuration files..."
    1.15 -	rm $1/root/.config/openbox/menu.xml
    1.16 +	rm "$1/root/.config/openbox/menu.xml"
    1.17  	status
    1.18  }