Hi All,
Need help i have created package. It is specific to package that i have to install it manual so .dmg will not work.Package is been created successful when i am putting script in the package as i want an alias or symbolic link to the desktop of all users or the future users it is giving me error without script it is working fine i mean it is installing the original file on the desired location i wanted
I want the symbolic like of that app to the all user desktop or future users.
here is the script.but it giving me error when i am executing it through .pkg.Please help me with this script.
#!/bin/sh# postflight
# Lock the file at the UNIX level/usr/bin/chflags uchg /Users/Shared/FileMaker_Shortcut/ON-AIR Pro 4.5 Opener.fp7
# Link to User Template/bin/ln /Users/Shared/FileMaker_Shortcut/ON-AIR Pro 4.5 Opener.fp7 /System/Library/User Template/English.lproj/Desktop/
# Link to existing Users' Desktops/bin/ln /Users/Shared/FileMaker_Shortcut/ON-AIR Pro 4.5 Opener.fp7 /Users/*/Desktop/
exit 0
Regards,
Vinay
Question
Need help creating pkg through composer Post Flight script
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.