mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-04-26 01:10:16 +08:00
feat: 统一安装和卸载脚本以支持PolicyKit权限配置
rpm应该能通用这两个脚本
This commit is contained in:
@@ -28,8 +28,8 @@ linux:
|
|||||||
- "deb"
|
- "deb"
|
||||||
- "rpm"
|
- "rpm"
|
||||||
deb:
|
deb:
|
||||||
afterInstall: "scripts/debian-postinst.sh"
|
afterInstall: "scripts/postinst.sh"
|
||||||
afterRemove: "scripts/debian-postrm.sh"
|
afterRemove: "scripts/postrm.sh"
|
||||||
depends:
|
depends:
|
||||||
- "libgtk-3-0"
|
- "libgtk-3-0"
|
||||||
- "libnotify4"
|
- "libnotify4"
|
||||||
@@ -42,6 +42,8 @@ deb:
|
|||||||
- "libsecret-1-0"
|
- "libsecret-1-0"
|
||||||
- "apm"
|
- "apm"
|
||||||
rpm:
|
rpm:
|
||||||
|
afterInstall: "scripts/postinst.sh"
|
||||||
|
afterRemove: "scripts/postrm.sh"
|
||||||
depends:
|
depends:
|
||||||
- "gtk3"
|
- "gtk3"
|
||||||
- "libnotify"
|
- "libnotify"
|
||||||
|
|||||||
Reference in New Issue
Block a user