Hello community,

here is the log from the commit of package libreoffice-share-linker for 
openSUSE:Factory checked in at 2017-05-20 10:10:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libreoffice-share-linker (Old)
 and      /work/SRC/openSUSE:Factory/.libreoffice-share-linker.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libreoffice-share-linker"

Sat May 20 10:10:35 2017 rev:4 rq:495355 version:1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/libreoffice-share-linker/libreoffice-share-linker.changes
        2017-04-28 09:11:01.325383316 +0200
+++ 
/work/SRC/openSUSE:Factory/.libreoffice-share-linker.new/libreoffice-share-linker.changes
   2017-05-20 10:10:36.397796191 +0200
@@ -1,0 +2,5 @@
+Tue May 16 14:03:27 UTC 2017 - [email protected]
+
+- Fix bsc#953511 by removing leftover dirs
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ link-to-ooo-home ++++++
--- /var/tmp/diff_new_pack.2nfxHJ/_old  2017-05-20 10:10:36.973714817 +0200
+++ /var/tmp/diff_new_pack.2nfxHJ/_new  2017-05-20 10:10:36.973714817 +0200
@@ -53,6 +53,17 @@
                 fi
             fi
         done
+       leftover_dirs="
+               /usr/share/libreoffice/help
+               /usr/share/libreoffice/program
+               /usr/share/libreoffice/share
+               /usr/share/libreoffice
+       "
+       for i in ${leftover_dirs}; do
+               if [[ -d ${i} && ! "$(ls -A ${i})" ]]; then
+                       rmdir "${i}" || exit 1
+               fi
+       done
     fi
 }
 


Reply via email to