Mimetype and .desktop file for ProgramPack. You can install it using the instructions below.
Run the following command in the terminal:
git clone https://github.com/ProgramPack/mime.git && mv mime programpack-mimes
cd programpack-mimes
chmod 777 run_all.sh
./run_all.sh
cd ..
true && rm -rf programpack-mimes # Change "true" to false if you want to keep the directory
If you wish to uninstall the program, run the following command:
chmod 777 uninstall.sh
./uninstall.sh
Make sure to clean the file ~/.local/share/applications/mimeapps.list file (don't delete it) and call this command:
make update_database
You can send pull requests here.