mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-06-22 06:03:49 +08:00
3d964c9473
Signed-off-by: gfdgd_xi <3025613752@qq.com>
8 lines
260 B
Bash
Executable File
8 lines
260 B
Bash
Executable File
#!/bin/bash
|
|
rm -fv /usr/share/polkit-1/actions/store.spark-app.spark-store.policy
|
|
|
|
# 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
|