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