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

5 lines
78 B
Bash

#!/bin/sh
set -e
if which update-mime > /dev/null 2>&1; then
update-mime
fi