mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-22 18:55:29 +03:00
8 lines
314 B
Bash
8 lines
314 B
Bash
#!/bin/sh
|
|
|
|
# Can be removed once GNOME 42 exists in two subsequent stable releases
|
|
rm -f /var/cache/app-info/xmls/org.gnome.Software-*.xml.gz
|
|
rmdir -p --ignore-fail-on-non-empty /var/cache/app-info/xmls/ || exit 0
|
|
|
|
# Taken care of by alpine-appstream-downloader
|
|
rm -f /var/cache/swcatalog/xml/org.gnome.Software-*
|