diff options
Diffstat (limited to 'abs/core-testing')
| -rw-r--r-- | abs/core-testing/mythtv/stable/mythvideo/mythvideo.install | 5 | 
1 files 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() { | 
