diff --git a/windowmanagers/papuawm/INSTALL b/windowmanagers/papuawm/INSTALL
index c514af8..27ba77d 100755
--- a/windowmanagers/papuawm/INSTALL
+++ b/windowmanagers/papuawm/INSTALL
@@ -1,2 +1 @@
-default_install &&
-install_wmfiles
+true
diff --git a/windowmanagers/papuawm/PREPARE b/windowmanagers/papuawm/PREPARE
deleted file mode 100755
index c0fe464..0000000
--- a/windowmanagers/papuawm/PREPARE
+++ /dev/null
@@ -1,5 +0,0 @@
-config_query PAPUAWMSVN "Build SVN version?" n &&
-if [ "${PAPUAWMSVN}" == "y" ] ; then
- config_query PAPUAWMSVN_AUTOUPDATE \
- "Automaticaly update the spell on sorcery queue/system-update?"
"n"
-fi
diff --git a/windowmanagers/papuawm/papuawm.conf
b/windowmanagers/papuawm/papuawm.conf
deleted file mode 100644
index 25a4908..0000000
--- a/windowmanagers/papuawm/papuawm.conf
+++ /dev/null
@@ -1,98 +0,0 @@
-# Window movement keys
-bind(ctrl-alt h, moveRelative(-10, 0))
-bind(ctrl-alt l, moveRelative(10, 0))
-bind(ctrl-alt j, moveRelative(0, 10))
-bind(ctrl-alt k, moveRelative(0, -10))
-bind(ctrl-alt b, moveBottomLeft())
-bind(ctrl-alt n, moveBottomRight())
-bind(ctrl-alt y, moveTopLeft())
-bind(ctrl-alt u, moveTopRight())
-
-# Window resizing
-bind(ctrl-alt d, resizeWindow(5, 0))
-bind(ctrl-alt a, resizeWindow(-5, 0))
-bind(ctrl-alt s, resizeWindow(0, 5))
-bind(ctrl-alt w, resizeWindow(0, -5))
-
-# Reverse window resizing (grow/shrink to/from the opposite side)
-bind(ctrl-shift-alt d, resizeWindowReverse(-5, 0))
-bind(ctrl-shift-alt a, resizeWindowReverse(5, 0))
-bind(ctrl-shift-alt s, resizeWindowReverse(0, -5))
-bind(ctrl-shift-alt w, resizeWindowReverse(0, 5))
-
-bind(ctrl-alt t, resizeWindowMaxVert())
-bind(ctrl-alt g, resizeWindowMaxHoriz())
-bind(ctrl-alt r, resizeWindowMaxFull())
-
-bind(ctrl-alt x, closeWindow())
-
-bind(ctrl-alt f, toggleWindowSticky())
-bind(ctrl-alt v, toggleWindowSkipList())
-
-# Misc. window handling
-bind(ctrl-alt Up, raiseWindow())
-bind(ctrl-alt Down, lowerWindow())
-
-# Window selection
-bind(alt Tab, cycleNextWindow())
-bind(shift-alt Tab, cyclePrevWindow())
-
-# Desktop stuff, The first one is the default one
-newDesktop("Main")
-bind(alt F1, switchDesktop("Main"))
-
-newDesktop("Mail")
-bind(alt F2, switchDesktop("Mail"))
-
-newDesktop("WWW")
-bind(alt F3, switchDesktop("WWW"))
-
-newDesktop("Multimedia")
-bind(alt F4, switchDesktop("Multimedia"))
-
-newDesktop("Misc")
-bind(alt F5, switchDesktop("Misc"))
-
-newDesktop("Gimp")
-bind(alt F6, switchDesktop("Gimp"))
-
-bind(ctrl-alt Right, nextDesktop())
-bind(ctrl-alt Left, prevDesktop())
-
-bind(shift-ctrl-alt Right, nextDesktopMove())
-bind(shift-ctrl-alt Left, prevDesktopMove())
-
-# Setup the classes
-newClass("xmms", "Multimedia")
-newClass("navigator:browser", "Multimedia")
-newClass("konqueror", Multimedia)
-newClass(kmail, Mail)
-newClass(knode, Mail)
-
-# Set the border of the Windows to be 3 pixels thick, active border to be
-# white, and inactive border black
-setWindowBorder(3, #ffffff, #511111)
-
-# Execute programs
-bind(ctrl-alt Return, executeProgram("xterm -fg white -bg black"))
-bind(ctrl-alt o, executeProgram("emacs"))
-bind(ctrl-alt e, executeProgram("grun"))
-
-# Mouse configuration
-mouseDragWindow(alt Button1)
-
-# Weird enough Button2 is the middle-button on my mouse :/
-mouseResizeWindow(alt Button2)
-
-mouseFollowFocus(false)
-
-
-
-
-
-
-
-
-
-
-
diff --git a/windowmanagers/papuawm/papuawm.desktop
b/windowmanagers/papuawm/papuawm.desktop
deleted file mode 100644
index f3678bc..0000000
--- a/windowmanagers/papuawm/papuawm.desktop
+++ /dev/null
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=PapuaWM
-Comment=This session logs you into PapuaWM
-Exec=startpapuawm
-TryExec=startpapuawm
-Icon=
-Type=Application
diff --git a/windowmanagers/papuawm/startpapuawm
b/windowmanagers/papuawm/startpapuawm
deleted file mode 100644
index 305024c..0000000
--- a/windowmanagers/papuawm/startpapuawm
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/sh
-#
-# startpapuawm
-#
-# Copyright (C) 2004 Eric Sandall <sandalle AT sourcemage.org>
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-#
-
-exec xterm &
-exec papuawm
[SM-Commit] GIT changes to master grimoire by Arjan Bouter (abea73d727236c1ee247b73b0fa2c8c46d559d5e),
Arjan Bouter, 11/11/2007