summaryrefslogtreecommitdiffstats
path: root/x11-fm/nautilus/pkg-install
blob: 3ab36c4c2adeaf18de6d9ac8ddd01493b391915e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

if [ -n "${PACKAGE_BUILDING}" ]; then
    exit 0
fi

if [ "$2" = "POST-INSTALL" ]; then
    chmod u+w ${PKG_PREFIX}/share/gnome/nautilus/*.desktop
    exit 0
fi