remove scripts
authorstephen mahood <mv@fsf.org>
Tue, 23 Dec 2014 20:42:21 +0000 (15:42 -0500)
committerstephen mahood <mv@fsf.org>
Tue, 23 Dec 2014 20:42:21 +0000 (15:42 -0500)
scripts/IKIWIKI/20-setup-directory [deleted file]
scripts/IKIWIKI/30-setup-directory [deleted file]
scripts/IKIWIKI/30-setup-ikiwiki [deleted file]

diff --git a/scripts/IKIWIKI/20-setup-directory b/scripts/IKIWIKI/20-setup-directory
deleted file mode 100644 (file)
index 23c5179..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-$ROOTCMD mkdir /var/www/ikiwiki/
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
-
-
diff --git a/scripts/IKIWIKI/30-setup-ikiwiki b/scripts/IKIWIKI/30-setup-ikiwiki
deleted file mode 100644 (file)
index 76c77d9..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-# Detect if ikikwiki is already installed
-if [ ! -e /etc/ikiwiki/ikiwiki.setup ]; then
- # copy ikiwiki config
- fcopy -v /etc/ikiwiki/ikiwiki.setup
-
- # run setup
- $ROOTCMD ikiwiki --setup /etc/ikiwiki/ikiwiki.setup/DEFAULT
-fi