summaryrefslogtreecommitdiff
path: root/libre/apache-ant/apache-ant.install
blob: 6d444337c394f38f8bd02335e62933767ec3be87 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  # Small fix after mistake in previous package version
  if [ -e /usr/share/apache-ant/etc/apache-ant ]
  then
    unlink /usr/share/apache-ant/etc/apache-ant
  fi
}

post_upgrade() {
  post_install
}