diff -r 333964c621f1 -r cb59d6afeb61 openpkg/root.README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/openpkg/root.README Tue Jan 06 23:40:39 2009 +0100 @@ -0,0 +1,24 @@ + + This is @l_prefix@, an RPM-based OpenPKG software package hierarchy. + This filesystem area contains software which was automatically + installed through OpenPKG RPM packages from http://www.openpkg.org/. + + Short OpenPKG RPM query command summary: + + $ @l_prefix@/bin/openpkg rpm -qa + (q)uery list of (a)ll installed packages + + $ @l_prefix@/bin/openpkg rpm -qi + (q)uery (i)nformation about package + + $ @l_prefix@/bin/openpkg rpm -qlv + (q)uery (v)erbose (l)ist of installed files of package + + Use "eval `@l_prefix@/bin/openpkg rc --eval all env`" from within a + user's Bourne (Again) Shell startup script (.profile or .bashrc) in + order to activate this hierarchy and all of its packages. + + In case of any questions or problems post to the OpenPKG project + user support mailing list . For more + details about OpenPKG visit http://www.openpkg.org/. +