android_mt6572_jiabo/external/unzip/debian/postinst
2025-09-05 16:56:03 +08:00

5 lines
111 B
Bash

#!/bin/sh
set -e
if [ "$1" = "configure" ] && [ -x "`which update-mime 2> /dev/null`" ]; then
update-mime
fi