PKGBUILDs/community/icomplete/icomplete.install
2009-10-09 21:15:33 -05:00

13 lines
217 B
Text

post_install() {
echo "==> Be sure to verify the paths listed in /etc/icomplete.conf"
echo "==> as some of them are version specific (kernel and gcc)"
}
post_upgrade() {
post_install
}
op=$1
shift
$op $*