remove scripts
[fai-configs.git] / scripts / IKIWIKI / 30-setup-directory
diff --git a/scripts/IKIWIKI/30-setup-directory b/scripts/IKIWIKI/30-setup-directory
deleted file mode 100644 (file)
index d46ed17..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-$ROOTCMD mkdir /srv/git # create the git source directory
-
-$ROOTCMD mv /root/gluestick.git /srv/git/ # move the git source to the new directory
-$ROOTCMD mv /root/public_html/gluestick /var/www/html # move the public html files to the var location
-$ROOTCMD mv /root/gluestick /srv/  # move the source into location
-
-