updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / lemonrip / lemonrip.install
blob9b7de867da091f95e2319ea6d6187738c0f1da4b
1 # arg 1:  the new package version
2 post_install() {
3   echo " Installing 'lsdvd' and 'hal' packages is recommended by the Lemonrip author."
4   echo "Updating desktop and mime database ..."
5   update-desktop-database -q
8 # arg 1:  the new package version
9 # arg 2:  the old package version
10 post_upgrade() {
11   post_install $1
14 op=$1
15 shift
16 [ "$(type -t "$op")" = "function" ] && $op "$@"