1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/openpkg/root.README Tue Jan 06 23:40:39 2009 +0100 1.3 @@ -0,0 +1,24 @@ 1.4 + 1.5 + This is @l_prefix@, an RPM-based OpenPKG software package hierarchy. 1.6 + This filesystem area contains software which was automatically 1.7 + installed through OpenPKG RPM packages from http://www.openpkg.org/. 1.8 + 1.9 + Short OpenPKG RPM query command summary: 1.10 + 1.11 + $ @l_prefix@/bin/openpkg rpm -qa 1.12 + (q)uery list of (a)ll installed packages 1.13 + 1.14 + $ @l_prefix@/bin/openpkg rpm -qi <name> 1.15 + (q)uery (i)nformation about package <name> 1.16 + 1.17 + $ @l_prefix@/bin/openpkg rpm -qlv <name> 1.18 + (q)uery (v)erbose (l)ist of installed files of package <name> 1.19 + 1.20 + Use "eval `@l_prefix@/bin/openpkg rc --eval all env`" from within a 1.21 + user's Bourne (Again) Shell startup script (.profile or .bashrc) in 1.22 + order to activate this hierarchy and all of its packages. 1.23 + 1.24 + In case of any questions or problems post to the OpenPKG project 1.25 + user support mailing list <openpkg-users@openpkg.org>. For more 1.26 + details about OpenPKG visit http://www.openpkg.org/. 1.27 +