mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-01-24 09:52:13 +08:00
7 lines
107 B
Plaintext
7 lines
107 B
Plaintext
post_install() {
|
|
setcap cap_ipc_lock=ep usr/bin/gnome-keyring-daemon
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
} |