Dominique Leuenberger 2015-03-13 17:33:28 +00:00 committed by Git OBS Bridge
parent 79e5afa68e
commit 56b9799d7a

View File

@ -26,7 +26,7 @@ RPMMD=/repodata/
YAST2=/suse/setup/descr
# Cleanup existing appdata found on the system
for list in $(find /usr/share/app-info/xmls/*.xml.gz); do
for list in $(find /var/cache/app-info/xmls/*.xml.gz); do
appdata=$(basename ${list} .xml.gz)
appstream-util uninstall "${appdata}" 2>&1 > /dev/null
done