diff options
author | Cecil <knoppmyth@gmail.com> | 2010-12-28 18:52:16 (GMT) |
---|---|---|
committer | Cecil <knoppmyth@gmail.com> | 2010-12-28 18:52:16 (GMT) |
commit | eb0b8a2e6a2b8c78266e2e641a468843deee61c3 (patch) | |
tree | 5022d24f7ff109a6dfe628791df0354a19664a7a /abs/extra/handbrake/handbrake.install | |
parent | 0ddd714e3fc2207088b35390ecd86062946df555 (diff) | |
download | linhes_pkgbuild-eb0b8a2e6a2b8c78266e2e641a468843deee61c3.zip linhes_pkgbuild-eb0b8a2e6a2b8c78266e2e641a468843deee61c3.tar.gz linhes_pkgbuild-eb0b8a2e6a2b8c78266e2e641a468843deee61c3.tar.bz2 |
handbrake:initial inclusion
Diffstat (limited to 'abs/extra/handbrake/handbrake.install')
-rw-r--r-- | abs/extra/handbrake/handbrake.install | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/abs/extra/handbrake/handbrake.install b/abs/extra/handbrake/handbrake.install new file mode 100644 index 0000000..9a06fb3 --- /dev/null +++ b/abs/extra/handbrake/handbrake.install @@ -0,0 +1,15 @@ +post_install() { + 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_remove() { + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +} |