Show
Ignore:
Timestamp:
09/01/09 04:18:15 (3 years ago)
Author:
max_posedon
Message:

add important post-install notes from aelia ebuild

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • openmoko/trunk/openmoko-target/sys-mobilephone/fsousaged/fsousaged-0.9.0.1.ebuild

    r656 r657  
    3737        emake DESTDIR="${D}" install || die "make install failed" 
    3838} 
     39 
     40pkg_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}