diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-12 06:11:14 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-12 06:11:14 (GMT) |
commit | 01df96d29e943375572640952520242f9c347b42 (patch) | |
tree | 2f1c8bb80d4603c6316fd5a2ffe7d498d28b9953 /abs/extra-testing/mythvodka/mythvodka.install | |
parent | f8ad742e8993cfb53d85608f808eba2d236bec65 (diff) | |
download | linhes_pkgbuild-01df96d29e943375572640952520242f9c347b42.zip linhes_pkgbuild-01df96d29e943375572640952520242f9c347b42.tar.gz linhes_pkgbuild-01df96d29e943375572640952520242f9c347b42.tar.bz2 |
Fixes to get working.
Diffstat (limited to 'abs/extra-testing/mythvodka/mythvodka.install')
-rw-r--r-- | abs/extra-testing/mythvodka/mythvodka.install | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/abs/extra-testing/mythvodka/mythvodka.install b/abs/extra-testing/mythvodka/mythvodka.install index 796e603..4a9827e 100644 --- a/abs/extra-testing/mythvodka/mythvodka.install +++ b/abs/extra-testing/mythvodka/mythvodka.install @@ -30,8 +30,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() { |