mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-12 08:44:38 +08:00
7 lines
274 B
Plaintext
7 lines
274 B
Plaintext
|
post_install() {
|
||
|
export $(dbus-launch) && kdialog --msgbox "In order to install packages from CCR, you should install «base-devel»"
|
||
|
}
|
||
|
|
||
|
post_upgrade() {
|
||
|
export $(dbus-launch) && kdialog --msgbox "In order to install packages from CCR, you should install «base-devel»"
|
||
|
}
|