remove scripts
[fai-configs.git] / scripts / IKIWIKI / 30-setup-ikiwiki
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