Codebase list ohcount / dfcc369c-a8fa-4697-8331-c0472835aae2/main test / detect_files / foo.eclass
dfcc369c-a8fa-4697-8331-c0472835aae2/main

Tree @dfcc369c-a8fa-4697-8331-c0472835aae2/main (Download .tar.gz)

foo.eclass @dfcc369c-a8fa-4697-8331-c0472835aae2/mainraw · history · blame

1
2
3
4
5
6
7
8
9
#
# This is an eclass. It should show up as type 'ebuild'.
#

EXPORT_FUNCTIONS pkg_postinst

foo_pkg_postinst() {
	einfo "Welcome to foo"
}