wok-next diff obmenu/receipt @ rev 19066
It works, but needs review and improvement. Thank you.
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Thu Apr 21 06:32:59 2016 -0300 (2016-04-21) |
parents | 16df76e1fc6a |
children | d43bf7aae921 |
line diff
1.1 --- a/obmenu/receipt Fri May 22 17:34:18 2015 +0300 1.2 +++ b/obmenu/receipt Thu Apr 21 06:32:59 2016 -0300 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 }