summaryrefslogtreecommitdiff
path: root/mime_types_editor/debian/bin
diff options
context:
space:
mode:
Diffstat (limited to 'mime_types_editor/debian/bin')
-rwxr-xr-xmime_types_editor/debian/bin/mime_types_editor3
1 files changed, 3 insertions, 0 deletions
diff --git a/mime_types_editor/debian/bin/mime_types_editor b/mime_types_editor/debian/bin/mime_types_editor
new file mode 100755
index 0000000..26f10ed
--- /dev/null
+++ b/mime_types_editor/debian/bin/mime_types_editor
@@ -0,0 +1,3 @@
+#!/bin/sh
+cd /usr/libexec/mime-types-editor
+python3 /usr/libexec/mime-types-editor/mime_editor.py
bgstack15