wok-stable diff catfish/receipt @ rev 12460
fix symlinks
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Apr 28 09:09:24 2017 +0200 (2017-04-28) |
parents | 55d75f0e3533 |
children |
line diff
1.1 --- a/catfish/receipt Thu Nov 03 22:14:55 2011 +0100 1.2 +++ b/catfish/receipt Fri Apr 28 09:09:24 2017 +0200 1.3 @@ -30,4 +30,7 @@ 1.4 cp -a $_pkg/usr/share/catfish $fs/usr/share 1.5 cp -a $_pkg/usr/share/icons $fs/usr/share 1.6 cp -a $_pkg/usr/share/applications $fs/usr/share 1.7 + rm -f $fs/usr/share/catfish/catfish.svg $fs/usr/share/catfish/locale 1.8 + ln -s ../icons/hicolor/scalable/apps/catfish.svg $fs/usr/share/catfish/catfish.svg 1.9 + ln -s ../locale $fs/usr/share/catfish/locale 1.10 }