PKGBUILDs/community/icomplete/icomplete.install

14 lines
217 B
Text
Raw Normal View History

2009-10-10 02:15:33 +00:00
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 $*