desktop/ccr/ccr.install

10 lines
324 B
Plaintext
Raw Normal View History

2012-02-05 23:58:37 +08:00
post_install() {
2012-04-30 23:53:04 +08:00
echo "In order to install packages from CCR, you should install «base-devel»
echo "ccr-vote has been merged into a new script, ccr-tools"
2012-02-05 23:58:37 +08:00
}
post_upgrade() {
2012-04-30 23:53:04 +08:00
echo "In order to install packages from CCR, you should install «base-devel<65>
echo "ccr-vote has been merged into a new script, ccr-tools"
}