diff options
author | Britney Fransen <brfransen@gmail.com> | 2012-03-05 20:42:53 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2012-03-05 20:42:53 (GMT) |
commit | 9e0fd439140e104b5cc29850ff5df4369ed3061a (patch) | |
tree | e2abac402022ed4b6acddfe0b16aac9c511ba685 /abs/extra/handbrake/handbrake.install | |
parent | d2a058ede58494e81697532d0c6854ad857a6b7c (diff) | |
download | linhes_pkgbuild-9e0fd439140e104b5cc29850ff5df4369ed3061a.zip linhes_pkgbuild-9e0fd439140e104b5cc29850ff5df4369ed3061a.tar.gz linhes_pkgbuild-9e0fd439140e104b5cc29850ff5df4369ed3061a.tar.bz2 |
handbrake: update to 0.9.6
Diffstat (limited to 'abs/extra/handbrake/handbrake.install')
-rw-r--r-- | abs/extra/handbrake/handbrake.install | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/abs/extra/handbrake/handbrake.install b/abs/extra/handbrake/handbrake.install index 9a06fb3..87c29e4 100644 --- a/abs/extra/handbrake/handbrake.install +++ b/abs/extra/handbrake/handbrake.install @@ -1,15 +1,14 @@ post_install() { + update-desktop-database -q gtk-update-icon-cache -q -t -f usr/share/icons/hicolor } post_upgrade() { - post_install $1 - - if [ "$(vercmp $2 0.9.4-3)" -lt 0 ]; then - echo "==> The handbrake CLI binary is now in a separate package: handbrake-cli" - fi + post_install } post_remove() { - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + post_install } + +# vim:set ts=2 sw=2 et: |