Go to file
Dan Nicholson a13d6535a6 cnf: Only search for packages when shell is interactive
If we're inside a script, we can't ask a user to install a package, so
just return with an error. Example:

$ banshee
-bash: banshee: command not found
Install package 'banshee' to provide command 'banshee'? [N/y]
$ bash -c '. /etc/profile.d/PackageKit.sh; banshee'
bash: banshee: command not found

Signed-off-by: Richard Hughes <richard@hughsie.com>
2014-04-05 13:22:04 +02:00
.tx Release version 0.9.1 2014-03-24 10:48:32 +00:00
backends aptcc: Remove _config and _system repeated initialization to the backend init 2014-03-31 16:08:05 -03:00
client pkcon: Fix get-roles and remove trailing semicolon on repo-set-data and repo-remove 2014-03-28 08:51:24 -03:00
contrib cnf: Only search for packages when shell is interactive 2014-04-05 13:22:04 +02:00
data trivial: Update the default transactions.db to avoid ALTERing it on the first run 2013-12-03 19:27:26 +00:00
docs trivial: This is where we hang our hat now 2014-03-25 15:02:50 +00:00
etc Remove PkConf and use GKeyFile directly 2013-12-30 13:35:30 +00:00
lib Set the default cache-age to 'never' 2014-03-07 12:55:53 +00:00
m4 trivial: Autogenerate LINGUAS 2013-12-02 14:33:24 +00:00
po Release version 0.9.1 2014-03-24 10:48:32 +00:00
policy Do not refer to packages in the PolicyKit dialog messages 2014-03-19 12:01:24 +00:00
src Don't crash when polkit_authority_get_sync() fails 2014-03-25 16:26:06 +00:00
acinclude.m4 configure: change modes for .ac and .m4 stuff 2008-05-07 01:02:06 +03:00
AUTHORS trivial: Add myself to AUTHORS 2012-07-31 18:58:33 +02:00
autogen.sh Ensure gobject-introspection is installed before running configure. Fixes #29861 2010-08-29 11:16:26 +01:00
CodingStyle CodingStyle: add -lp option to indent and fix typos 2013-05-14 10:17:54 +02:00
configure.ac aptcc: Fix package name dependecy 2014-04-02 10:14:42 -03:00
COPYING initial 2007-07-31 17:53:31 +01:00
git.mk Autogenerate the .gitignore files using git.mk 2011-06-13 11:08:00 +01:00
HACKING trivial: correct the email address in HACKING 2010-01-29 11:52:47 +00:00
MAINTAINERS initial 2007-07-31 17:53:31 +01:00
Makefile.am Release version 0.8.14 2013-12-02 15:00:55 +00:00
moc.mk automatically rebuild moc files with different moc version 2011-11-22 15:44:14 +01:00
NEWS Release version 0.9.1 2014-03-24 10:48:32 +00:00
PackageKit.doap feature: add DOAP file 2009-04-17 10:09:37 +01:00
README zypp:Refresh cache before searching 2010-12-14 17:27:32 +08:00
README.transifex trivial: add the transifex auth token 2010-11-24 12:30:50 +00:00
RELEASE trivial: This is where we hang our hat now 2014-03-25 15:02:50 +00:00
TODO Remove the Transaction.Rollback method, nothing uses it 2012-06-03 21:47:37 +01:00

			          PackageKit
		       A DBUS packaging abstraction layer

PackageKit is a DBUS abstraction layer that allows the session user to manage
packages in a secure way using a cross-distro, cross-architecture API.

For more information, please see http://www.packagekit.org