diff options
author | Petr Mladek <pmladek@suse.cz> | 2012-06-19 12:28:32 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2012-06-19 13:52:50 +0200 |
commit | c7b98f2fd8d892cd63503bc053ba533fd5e7ca02 (patch) | |
tree | 4c22491d1fd4db3a65d63b13543326b1ccf3568c /bin/distro-install-desktop-integration | |
parent | 1eb52e99b1bb20616d91142e71f6e535bb8eb13f (diff) |
put the two new optinal desktop files into right file lists
Change-Id: I9e62bb0c14f2ba0d481cb4e926935af2394a652d
Diffstat (limited to 'bin/distro-install-desktop-integration')
-rwxr-xr-x | bin/distro-install-desktop-integration | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/distro-install-desktop-integration b/bin/distro-install-desktop-integration index 3727f83462d7..99f9c60ba459 100755 --- a/bin/distro-install-desktop-integration +++ b/bin/distro-install-desktop-integration @@ -168,6 +168,10 @@ add_wrapper libreoffice soffice "" "libreoffice" "libreoffice-star add_wrapper loffice soffice "" "libreoffice" "" "gid_Module_Root_Brand" add_wrapper unopkg unopkg "" "unopkg" "" "gid_Module_Root_Brand" +# there are two more desktop files for optional filters +test -f $DESTDIR/gid_Module_Optional_Binfilter && echo "$PREFIXDIR/share/applications/libreoffice-binfilter.desktop" >>"$DESTDIR/gid_Module_Optional_Binfilter" +test -f $DESTDIR/gid_Module_Optional_Xsltfiltersamples && echo "$PREFIXDIR/share/applications/libreoffice-xsltfilter.desktop" >>"$DESTDIR/gid_Module_Optional_Xsltfiltersamples" + # $PREFIXDIR/bin/ooffice symlink is necessary by java UNO components to find # the UNO installation using $PATH, see # http://udk.openoffice.org/common/man/spec/transparentofficecomponents.html |