# .r2b-postupgradepkg example for the Slackware ARM build system # This is to be dropped into a package's source directory to handle # special packages. # For local testing outside of r2b: #shopt -s extglob #PKGSTASH=~/tgzstash/ echo "@@@@@ .r2b-postupgradepkg post build script for $PKGNAME @@@@@@" echo "**** Not doing anything here for $PKGNAME" # Example of cleanup/fix post the execution of 'upgradepkg' #rm -rfv /etc/{securetty,issue,issue.net} echo "@@@@@ .r2b-postupgradepkg post build script for $PKGNAME: COMPLETE @@@@@@"