spark-store/debian/spark-store.postrm
2022-12-09 11:16:11 +08:00

7 lines
188 B
Bash

#!/bin/sh
# Update certain caches
update-icon-caches /usr/share/icons/hicolor || true
update-desktop-database /usr/share/applications || true
update-mime-database /usr/share/mime || true