Index: u-boot-pkg-install.sh
===================================================================
--- u-boot-pkg-install.sh (revision 197)
+++ u-boot-pkg-install.sh (revision 198)
@@ -13,13 +13,13 @@
# arg 1: the new package version
# arg 2: the old package version
-pre_upgrade() {
+pre_update() {
/bin/true
}
# arg 1: the new package version
# arg 2: the old package version
-post_upgrade() {
+post_update() {
post_install
}