Tomb/debian/postinst
2013-02-16 15:58:43 +01:00

7 lines
66 B
Bash
Executable File

#!/bin/sh
if [ -x /usr/sbin/update-mime ]; then
update-mime
fi