updated on Tue Jan 10 12:02:00 UTC 2012
[aur-mirror.git] / mldonkey-cvs / mldonkey.install
blobd187561b554062cdb06cf496d132b940633967e7
1 # arg 1:  the new package version
2 post_install() {
3   cat << EOM
4 ==> mldonkey info:
5 ==> If you want to use the GUI, install librsvg and libx11
6 EOM
7   echo "Updating desktop and mime database..."
8   update-desktop-database -q
11 post_upgrade() {
13 if [ -f /etc/mldonkey.conf ]; then
14   mv /etc/mldonkey.conf /etc/conf.d/mldonkey
15   cat << EOM
17 ==> mldonkey post upgrade message:
18 ==> /etc/mldonkey.conf has been moved in /etc/conf.d/mldonkey
20 EOM
26 op=$1
27 shift
28 [ "$(type -t "$op")" = "function" ] && $op "$@"
30 # vim:set ts=2 sw=2 et: