diff --git a/hardware/disk/mtools/actions.py b/hardware/disk/mtools/actions.py
deleted file mode 100644
index 2d000a6a41..0000000000
--- a/hardware/disk/mtools/actions.py
+++ /dev/null
@@ -1,31 +0,0 @@
-#!/usr/bin/python
-# -*- coding: utf-8 -*-
-#
-# Licensed under the GNU General Public License, version 3.
-# See the file http://www.gnu.org/licenses/gpl.txt
-
-from pisi.actionsapi import autotools
-from pisi.actionsapi import pisitools
-from pisi.actionsapi import shelltools
-from pisi.actionsapi import get
-
-def setup():
- #for i in ["mtools.texi"]:
- # pisitools.dosed(i, "/usr/local/etc", "/etc")
-
- shelltools.export("INSTALL_PROGRAM", "install")
- autotools.autoreconf("-fi")
- autotools.configure("--prefix=/usr \
- --sysconfdir=/etc/mtools \
- --includedir=/usr/src/linux/include")
-
-def build():
- autotools.make()
- pisitools.dosed("mtools.conf","SAMPLE FILE","#SAMPLE FILE")
-def install():
- autotools.rawInstall('-j1 DESTDIR="%s"' % get.installDIR())
-
-
- pisitools.insinto("/etc/mtools","mtools.conf")
-
- pisitools.dodoc("COPYING", "README*", "Release.notes")
diff --git a/hardware/disk/mtools/pspec.xml b/hardware/disk/mtools/pspec.xml
deleted file mode 100644
index bb895ba6af..0000000000
--- a/hardware/disk/mtools/pspec.xml
+++ /dev/null
@@ -1,52 +0,0 @@
-
-
-
-
- mtools
- http://mtools.linux.lu/
-
- PisiLinux Community
- admins@pisilinux.org
-
- GPLv2
- app:console
- Utilities to access MS-DOS disks without mounting them
- Mtools are utilities to access MS-DOS disks without mounting them.
- mirrors://gnu/mtools/mtools-4.0.18.tar.gz
-
-
-
- mtools
-
- /usr/bin
- /etc
- /usr/share/doc
- /usr/share/info
- /usr/share/man
-
-
-
-
-
- 2014-02-12
- 4.0.18
- Fix mtools.conf syntax.
- Richard de Bruin
- richdb@pisilinux.org
-
-
- 2013-11-20
- 4.0.18
- Version bump
- Richard de Bruin
- richdb@pisilinux.org
-
-
- 2012-09-22
- 4.0.17
- First release
- Serdar Soytetir
- kaptan@pisilinux.org
-
-
-
diff --git a/hardware/disk/mtools/translations.xml b/hardware/disk/mtools/translations.xml
deleted file mode 100644
index 32e599d3f5..0000000000
--- a/hardware/disk/mtools/translations.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
- mtools
- MS-DOS (Windows) disketlerinize -mount ile bağlamadan- erişim araçları
- Mtools diskinizdeki MS-DOS (Windows) bölümlerine -mount komutu ile bağlamadan- erişebilmek için gereken araç setidir.
-
-