aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.sh
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL.sh')
-rw-r--r--INSTALL.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/INSTALL.sh b/INSTALL.sh
deleted file mode 100644
index d569215..0000000
--- a/INSTALL.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-BINDIR=${DESTDIR}${BINDIR:-/usr/bin}
-CONFDIR=${DESTDIR}${CONFDIR:-/etc}
-
-mkdir -p ${BINDIR} ${CONFDIR}
-
-install -m755 apkg ${BINDIR}
-install -m755 apkg-* ${BINDIR}
-install -m755 revdep updateconf reposync ${BINDIR}
-install -m644 doc/apkg.conf.readme ${CONFDIR}/apkg.conf