Installation - The Lost Scrolls
>
Installation Scripts
>
FAQ 003 - Simple Scripts
Opening a folder after a successful installation
Use the following shell script as a postinstall or postflight script:
#!/bin/sh
/usr/bin/su $USER -c "/usr/bin/open /the/path/to/your/folder"
exit 0
Last Updated: 2023-04-17