OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libzypp-plugin-appdata?expand=0&rev=9
This commit is contained in:
parent
79e5afa68e
commit
56b9799d7a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user