summaryrefslogtreecommitdiff
path: root/www/w3/files/user-install.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'www/w3/files/user-install.tmpl')
-rw-r--r--www/w3/files/user-install.tmpl11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/w3/files/user-install.tmpl b/www/w3/files/user-install.tmpl
deleted file mode 100644
index 118f0b23da11..000000000000
--- a/www/w3/files/user-install.tmpl
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-SAMPLEDIR=%SAMPLEDIR%
-
-if [ ! -f ${HOME}/.mosaic-hotlist-default ]; then
- cp ${SAMPLEDIR}/dot.mosaic-hotlist-default ${HOME}/.mosaic-hotlist-default
-fi
-
-mv ${HOME}/.emacs ${HOME}/.emacs.org.$$
-sed -e '/^;;* Emacs-w3 ;*$/,/^;; *Emacs-w3 end$/d' < ${HOME}/.emacs.org.$$ > ${HOME}/.emacs
-cat ${SAMPLEDIR}/dot.emacs >> ${HOME}/.emacs