spark-store/debian/spark-store.postrm
2023-03-02 23:09:00 +08:00

7 lines
190 B
Bash

#!/bin/bash
# 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