mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
13 lines
217 B
Text
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 $*
|