1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
post_install() { cat << EOF >>> To run PieDock, you have to copy and edit a sample configuration file in your home folder >>> >>> $ cp /usr/share/piedock/piedockrc.sample ~/.piedockrc EOF } post_upgrade() { post_install } post_remove() { post_install }