summaryrefslogtreecommitdiff
path: root/mime_types_editor/debian/bin
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-03-16 16:54:57 -0400
committerB Stack <bgstack15@gmail.com>2020-03-16 16:54:57 -0400
commit9c05afb1e9c64bab997635400dace815a6f80f27 (patch)
tree302e321b656f5cf4b9b37a4906f4adc023bc6f1e /mime_types_editor/debian/bin
parentMerge branch 'notepadpp-bump' into 'master' (diff)
downloadstackrpms-9c05afb1e9c64bab997635400dace815a6f80f27.tar.gz
stackrpms-9c05afb1e9c64bab997635400dace815a6f80f27.tar.bz2
stackrpms-9c05afb1e9c64bab997635400dace815a6f80f27.zip
add mime_types_editor
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