- just take all *.desktop files in /usr/share (trying to fix autoyast
translations) OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/update-desktop-files?expand=0&rev=46
This commit is contained in:
parent
ba3b5848a0
commit
8e9d42dc52
@ -22,13 +22,8 @@ if ! test -w $BASEDIR; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
find /$RPM_BUILD_ROOT/opt/kde3/share/applications/kde/ \
|
||||
/$RPM_BUILD_ROOT/opt/kde3/share/applnk/ \
|
||||
/$RPM_BUILD_ROOT/usr/share/xsessions/ \
|
||||
/$RPM_BUILD_ROOT/usr/share/applications/ \
|
||||
/$RPM_BUILD_ROOT/usr/share/mimelnk/ \
|
||||
/$RPM_BUILD_ROOT/usr/share/gnome/apps/ \
|
||||
/$RPM_BUILD_ROOT/etc/xdg/autostart/ -name *.desktop -o -name .directory 2>/dev/null | while read FILE; do
|
||||
find /$RPM_BUILD_ROOT/usr/share /$RPM_BUILD_ROOT/etc/xdg/autostart/ \
|
||||
-name *.desktop -o -name .directory 2>/dev/null | while read FILE; do
|
||||
|
||||
if grep -q ^X-SuSE-translate= "$FILE"; then
|
||||
echo "DEBUG: $FILE contains X-SuSE-translate - skipping" >&2
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 1 09:49:21 UTC 2014 - coolo@suse.com
|
||||
|
||||
- just take all *.desktop files in /usr/share (trying to fix autoyast
|
||||
translations)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 2 10:17:18 UTC 2014 - coolo@suse.com
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user