remove makefile
This commit is contained in:
parent
308a877251
commit
64564562b8
1 changed files with 0 additions and 11 deletions
11
Makefile
11
Makefile
|
@ -1,11 +0,0 @@
|
|||
PKGDIR=mkessler/university-setup
|
||||
|
||||
install:
|
||||
mkdir -p /etc/opt/${PKGDIR}/
|
||||
mkdir -p /opt/${PKGDIR}/
|
||||
cp -r config/. /etc/opt/${PKGDIR}/
|
||||
cp -r src/. /opt/${PKGDIR}
|
||||
|
||||
uninstall:
|
||||
rm -rf /etc/opt/${PKGDIR}/
|
||||
rm -rf /opt/${PKGDIR}
|
Loading…
Add table
Reference in a new issue