mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-09-03 09:52:20 +08:00
7 lines
188 B
Bash
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
|