mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-09-04 10:22:21 +08:00
9 lines
223 B
Bash
Executable File
9 lines
223 B
Bash
Executable File
#!/bin/sh
|
|
|
|
rm /usr/local/bin/spark-store
|
|
rm /usr/local/bin/ssinstall
|
|
|
|
update-icon-caches /usr/share/icons/hicolor || true
|
|
update-desktop-database /usr/share/applications || true
|
|
update-mime-database /usr/share/mime || true
|