summaryrefslogtreecommitdiff
path: root/devel/desktop-file-utils/files/pkg-install.in
blob: 8de802b51f15031f49f8428969ed2ec210791371 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
#
# Initialize the desktop directories and MIME cache.

if [ "$2" != "POST-INSTALL" ]; then
    exit 0
fi

${PKG_PREFIX}/bin/update-desktop-database -q

exit 0