mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-05 21:07:58 +00:00
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
|
|
|