add DreamPackageWizard
[enigma2.git] / lib / python / Components / Scanner.py
index 6acdecc89b41ce25d3cda1576c2c456ac3faa036..94c9cc2fa3db55b604470b7eb04a7aeec0034101 100644 (file)
@@ -24,6 +24,8 @@ def getType(file):
                        return "application/x-debian-package"
                elif ext == "ogg":
                        return "application/ogg"
+               elif ext == "dmpkg":
+                       return "application/x-dream-package"
        return type
 
 class Scanner: