mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-06-10 06:42:27 +08:00
961d174bf7
尝试添加了自动编译打包脚本,由于不会使用 dh_make 故每次需要手动更新打包信息。
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
|