Skip to content

Mimetype and .desktop file

License

Notifications You must be signed in to change notification settings

ProgramPack/mime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mime

Mimetype and .desktop file for ProgramPack. You can install it using the instructions below.

Installation

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

Uninstall

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

Contributing

You can send pull requests here.