aur/bitbake.install
mehani 352e72b138 Example conf moved to an appropriate place and advertised.
git-svn-id: svn+ssh://scm.narf.ssji.net/svn/archlinux-packages@25 df209809-8e4a-0410-9a64-c169741eb0fc
2007-03-05 10:05:52 +00:00

19 lines
196 B
Text

post_install() {
cat << 'EOM'
==> Example configuration file and script are located in /usr/share/bitbake.
EOM
}
post_upgrade() {
/bin/true
}
pre_remove() {
/bin/true
}
op=$1
shift
$op "$@"