Index: xf86-video-fbturbo-pkg-install.sh
===================================================================
--- xf86-video-fbturbo-pkg-install.sh (revision 197)
+++ xf86-video-fbturbo-pkg-install.sh (revision 198)
@@ -12,13 +12,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
}