desktop/ccr/ccr.install
2011-06-19 22:25:02 +00:00

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»"
}