mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2025-03-19 17:22:24 +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
|
|
|