summaryrefslogtreecommitdiff
path: root/libre/apache-ant/apache-ant.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-12-11 01:20:38 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-12-11 01:20:38 -0300
commit40a385851bde11f34ddc58395e34ed4dceacb3f9 (patch)
tree0678f37cf35d3990ade643d0b47bce165a3c66ac /libre/apache-ant/apache-ant.install
parentb952111fe4fc77ed42ee9cca2ed360b9fa322c96 (diff)
parent47dea6fb6bc00d10b55b1582bd1a76ce82360822 (diff)
Merge branch 'master' of ssh://projects.parabola.nu/~git/abslibre
Diffstat (limited to 'libre/apache-ant/apache-ant.install')
-rw-r--r--libre/apache-ant/apache-ant.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/libre/apache-ant/apache-ant.install b/libre/apache-ant/apache-ant.install
new file mode 100644
index 000000000..6d444337c
--- /dev/null
+++ b/libre/apache-ant/apache-ant.install
@@ -0,0 +1,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
+}