mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-10 23:20:57 +00:00
7 lines
66 B
Plaintext
7 lines
66 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
if [ -x /usr/sbin/update-mime ]; then
|
||
|
update-mime
|
||
|
fi
|
||
|
|