summaryrefslogtreecommitdiff
path: root/community/mldonkey/mldonkey.install
blob: dd8ea040759e38ed8a676b36f2b3b511c8978704 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
post_install() {
  update-desktop-database -q
}

post_upgrade() {
  if [ -f /etc/mldonkey.conf ]; then
    mv /etc/mldonkey.conf /etc/conf.d/mldonkey
    cat << EOM

==> mldonkey post upgrade message:
==> /etc/mldonkey.conf has been moved in /etc/conf.d/mldonkey

EOM
  fi
}

# vim:set ts=2 sw=2 et: