mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-12 07:46:28 +00:00
4a04d9dd84
including the old qt and python wrappers as discussed in issue #113
7 lines
66 B
Bash
Executable File
7 lines
66 B
Bash
Executable File
#!/bin/sh
|
|
|
|
if [ -x /usr/sbin/update-mime ]; then
|
|
update-mime
|
|
fi
|
|
|