Installation | Getting Started | WM | Rox Filer | PupGet | Dotpup | Video | Sound | Networking Input Devices | Other Hardware | Games | Linux Tutorial | More | Puppy Links | Other Links
# installs gtkFind in my-roxapps # 0.0.2 - GuestToo - Jun 6, 2005
# this script automatically runs after the dotpup file is unzipped # it can rm, mv, cp files and dirs # it can ln or rm symlinks # it can run programs
# unzip the files using absolute paths # paths relative to $HOME might be better
tar -xzP --no-same-owner -f dotpup.tar.gz
# opens the my-roxapps folder and also shows gtkfind.txt # rox will use whatever run action is configured for .txt files
exec rox /root/my-roxapps/ /root/my-roxapps/gtkFind/Help/gtkfind.txt
Change the line so that a file of your choice will popup when your dotpup is installed, e.g,
exec rox /root/my-roxapps/ /root/my-roxapps/XXXX/Help/readme.txt
When you are more comfortable with making dotpup, more lines can be added to popup a message, make symlinks, edit config files, register with PupGet, etc.