D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
lib
/
dpkg
/
info
/
Filename :
shared-mime-info.postinst
back
Copy
#!/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