diff options
-rwxr-xr-x | extra/grsync/.footprint | 39 | ||||
-rwxr-xr-x | extra/grsync/Pkgfile | 1 |
2 files changed, 4 insertions, 36 deletions
diff --git a/extra/grsync/.footprint b/extra/grsync/.footprint index 3b6296ede..8fdb0abec 100755 --- a/extra/grsync/.footprint +++ b/extra/grsync/.footprint @@ -12,42 +12,9 @@ drwxr-xr-x root/root usr/share/icons/hicolor/48x48/ drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/ -rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/grsync.png drwxr-xr-x root/root usr/share/locale/ -drwxr-xr-x root/root usr/share/locale/cs_CZ/ -drwxr-xr-x root/root usr/share/locale/cs_CZ/LC_MESSAGES/ --rw-r--r-- root/root usr/share/locale/cs_CZ/LC_MESSAGES/grsync.mo -drwxr-xr-x root/root usr/share/locale/de_DE/ -drwxr-xr-x root/root usr/share/locale/de_DE/LC_MESSAGES/ --rw-r--r-- root/root usr/share/locale/de_DE/LC_MESSAGES/grsync.mo -drwxr-xr-x root/root usr/share/locale/es_ES/ -drwxr-xr-x root/root usr/share/locale/es_ES/LC_MESSAGES/ --rw-r--r-- root/root usr/share/locale/es_ES/LC_MESSAGES/grsync.mo -drwxr-xr-x root/root usr/share/locale/fr_FR/ -drwxr-xr-x root/root usr/share/locale/fr_FR/LC_MESSAGES/ --rw-r--r-- root/root usr/share/locale/fr_FR/LC_MESSAGES/grsync.mo -drwxr-xr-x root/root usr/share/locale/gl_ES/ -drwxr-xr-x root/root usr/share/locale/gl_ES/LC_MESSAGES/ --rw-r--r-- root/root usr/share/locale/gl_ES/LC_MESSAGES/grsync.mo -drwxr-xr-x root/root usr/share/locale/it_IT/ -drwxr-xr-x root/root usr/share/locale/it_IT/LC_MESSAGES/ --rw-r--r-- root/root usr/share/locale/it_IT/LC_MESSAGES/grsync.mo -drwxr-xr-x root/root usr/share/locale/nb_NO/ -drwxr-xr-x root/root usr/share/locale/nb_NO/LC_MESSAGES/ --rw-r--r-- root/root usr/share/locale/nb_NO/LC_MESSAGES/grsync.mo -drwxr-xr-x root/root usr/share/locale/nl_NL/ -drwxr-xr-x root/root usr/share/locale/nl_NL/LC_MESSAGES/ --rw-r--r-- root/root usr/share/locale/nl_NL/LC_MESSAGES/grsync.mo -drwxr-xr-x root/root usr/share/locale/ru_RU/ -drwxr-xr-x root/root usr/share/locale/ru_RU/LC_MESSAGES/ --rw-r--r-- root/root usr/share/locale/ru_RU/LC_MESSAGES/grsync.mo -drwxr-xr-x root/root usr/share/locale/sv_SE/ -drwxr-xr-x root/root usr/share/locale/sv_SE/LC_MESSAGES/ --rw-r--r-- root/root usr/share/locale/sv_SE/LC_MESSAGES/grsync.mo -drwxr-xr-x root/root usr/share/locale/tr_TR/ -drwxr-xr-x root/root usr/share/locale/tr_TR/LC_MESSAGES/ --rw-r--r-- root/root usr/share/locale/tr_TR/LC_MESSAGES/grsync.mo -drwxr-xr-x root/root usr/share/locale/zh_CN/ -drwxr-xr-x root/root usr/share/locale/zh_CN/LC_MESSAGES/ --rw-r--r-- root/root usr/share/locale/zh_CN/LC_MESSAGES/grsync.mo +drwxr-xr-x root/root usr/share/locale/fr/ +drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/ +-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/grsync.mo drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man1/ -rw-r--r-- root/root usr/share/man/man1/grsync-batch.1.gz diff --git a/extra/grsync/Pkgfile b/extra/grsync/Pkgfile index d65e05344..550cea63b 100755 --- a/extra/grsync/Pkgfile +++ b/extra/grsync/Pkgfile @@ -22,4 +22,5 @@ cd $name-$version install -m 644 ../$name.png $PKG/usr/share/icons/hicolor/48x48/apps/ install -m 644 ../$name.desktop $PKG/usr/share/applications/ install -m 644 ../$name-root.desktop $PKG/usr/share/applications/ + mv $PKG/usr/share/locale/{fr_FR,fr} } |