Add extension for Perl6
[ohcount] / test / detect_files / foo.eclass
1 #
2 # This is an eclass. It should show up as type 'ebuild'.
3 #
4
5 EXPORT_FUNCTIONS pkg_postinst
6
7 foo_pkg_postinst() {
8         einfo "Welcome to foo"
9 }
10