diff options
author | James Meyer <James.meyer@operamail.com> | 2009-02-08 03:18:11 (GMT) |
---|---|---|
committer | James Meyer <James.meyer@operamail.com> | 2009-02-08 03:18:11 (GMT) |
commit | 78ac7f35f784d03929328f132407bdce35c10994 (patch) | |
tree | 232933166ed74f92907e1c3139c37c74aee13958 /abs/core-testing/mythtv/stable | |
parent | 346468d1850cdea6a45db0a43a5b05b85e013205 (diff) | |
download | linhes_pkgbuild-78ac7f35f784d03929328f132407bdce35c10994.zip linhes_pkgbuild-78ac7f35f784d03929328f132407bdce35c10994.tar.gz linhes_pkgbuild-78ac7f35f784d03929328f132407bdce35c10994.tar.bz2 |
add post_upgrade back to mythvideo.install
Diffstat (limited to 'abs/core-testing/mythtv/stable')
-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() { |