wok diff dooble/receipt @ rev 21502
mutagen: modified WGET_URL
author | Hans-G?nter Theisgen |
---|---|
date | Thu May 02 15:49:56 2019 +0100 (2019-05-02) |
parents | 9e01bc6321ea |
children | b560cb576d39 |
line diff
1.1 --- a/dooble/receipt Sun Dec 20 15:13:45 2015 +0100 1.2 +++ b/dooble/receipt Thu May 02 15:49:56 2019 +0100 1.3 @@ -64,7 +64,7 @@ 1.4 post_install() 1.5 { 1.6 for i in $(ls "$1/home" 2> /dev/null); do 1.7 - [ -f "/home/$i/.dooble/Dooble/Dooble.ini" ] && continue 1.8 + [ -f "$1/home/$i/.dooble/Dooble/Dooble.ini" ] && continue 1.9 mkdir -p "$1/home/$i/.dooble/Dooble" 1.10 cp "$1/usr/share/dooble/Dooble.ini" "$1/home/$i/.dooble/Dooble" 1.11 rm "$1/home/$i/.local/share/applications/dooble.desktop"