Your IP : 216.73.216.95


Current Path : /var/lib/dpkg/info/
Upload File :
Current File : /var/lib/dpkg/info/shared-mime-info.postinst

#!/bin/sh
set -e

if [ "$1" = "triggered" ]; then
    if [ -x /usr/bin/update-mime-database ]; then
        update-mime-database /usr/share/mime
    fi
    exit 0
fi

if [ -x /usr/bin/update-mime-database ]; then
    update-mime-database /usr/share/mime
fi