Your IP : 18.188.99.196


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.real ]; then
        update-mime-database.real /usr/share/mime
    fi
    exit 0
fi

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