Files
server/var/lib/dpkg/info/unzip.postinst
2026-01-07 20:52:11 +01:00

6 lines
111 B
Bash
Executable File

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