wok-next diff obmenu/receipt @ rev 20342
gkII: tiny png patch
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Nov 17 15:57:17 2017 +0100 (2017-11-17) |
parents | 16df76e1fc6a |
children | d43bf7aae921 |
line diff
1.1 --- a/obmenu/receipt Fri May 22 17:34:18 2015 +0300 1.2 +++ b/obmenu/receipt Fri Nov 17 15:57:17 2017 +0100 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 }