- Timestamp:
- 09/01/09 04:18:15 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
openmoko/trunk/openmoko-target/sys-mobilephone/fsousaged/fsousaged-0.9.0.1.ebuild
r656 r657 37 37 emake DESTDIR="${D}" install || die "make install failed" 38 38 } 39 40 pkg_postinst() { 41 elog "To use fsousaged instead of ousaged edit the config in" 42 elog "/etc/frameworkd.conf , below the lines where [ousaged] appear make sure" 43 elog "that \"disable 1\" appear. And anywhere add the lines :" 44 elog " [fsousage]" 45 elog " [fsousage.controller]" 46 elog "With this the daemon will be used without any need of initscript." 47 }
