summarylogtreecommitdiffstats
path: root/xplor-nih.install
diff options
context:
space:
mode:
Diffstat (limited to 'xplor-nih.install')
-rw-r--r--xplor-nih.install10
1 files changed, 0 insertions, 10 deletions
diff --git a/xplor-nih.install b/xplor-nih.install
deleted file mode 100644
index 65a9551d2101..000000000000
--- a/xplor-nih.install
+++ /dev/null
@@ -1,10 +0,0 @@
-post_install() {
- echo 'Running post-install / post-upgrade configuration'
- pkgver=${1%-*}
- cd /opt/xplor-nih-${pkgver}
- ./configure
-}
-
-post_upgrade() {
- post_install $@
-}