From 78ac7f35f784d03929328f132407bdce35c10994 Mon Sep 17 00:00:00 2001 From: James Meyer Date: Sat, 7 Feb 2009 21:18:11 -0600 Subject: add post_upgrade back to mythvideo.install --- abs/core-testing/mythtv/stable/mythvideo/mythvideo.install | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/abs/core-testing/mythtv/stable/mythvideo/mythvideo.install b/abs/core-testing/mythtv/stable/mythvideo/mythvideo.install index 61f66f4..a06777d 100644 --- a/abs/core-testing/mythtv/stable/mythvideo/mythvideo.install +++ b/abs/core-testing/mythtv/stable/mythvideo/mythvideo.install @@ -5,8 +5,9 @@ post_install() { } # arg 1: the new package version # arg 2: the old package version -#post_upgrade() { -#} +post_upgrade() { + /bin/true +} # arg 1: the old package version post_remove() { -- cgit v0.12