summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2009-04-09 09:51:25 +0100
committerRichard Hughes <richard@hughsie.com>2009-04-09 09:51:25 +0100
commitbc56f279904e06a7d055c26aa252a5c185cf9a69 (patch)
treea0f1887af459e73ebff024a5ed3d8edd04033c66 /data
parentfa9c0463d10e14ee059bc5f68eee1e1b6b409f7c (diff)
trivial: move the apt-specific 20packagekit to the apt backend directory
Diffstat (limited to 'data')
-rw-r--r--data/20packagekit1
-rw-r--r--data/Makefile.am6
2 files changed, 0 insertions, 7 deletions
diff --git a/data/20packagekit b/data/20packagekit
deleted file mode 100644
index 3b6478c71..000000000
--- a/data/20packagekit
+++ /dev/null
@@ -1 +0,0 @@
-APT::Update::Post-Invoke-Success { "/usr/bin/dbus-send --system --dest=org.freedesktop.PackageKit --type=method_call /org/freedesktop/PackageKit org.freedesktop.PackageKit.StateHasChanged string:'cache-update'"; };
diff --git a/data/Makefile.am b/data/Makefile.am
index b2522cea3..25463a02f 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -19,11 +19,6 @@ pmutils_DATA = 95packagekit
upgradescriptdir = $(datadir)/PackageKit
upgradescript_SCRIPTS = pk-upgrade-distro.sh
-if BACKEND_TYPE_APT
-aptconfdir = ${SYSCONFDIR}/apt/apt.conf.d
-aptconf_DATA = 20packagekit
-endif
-
@INTLTOOL_XML_RULE@
mimedir = $(datadir)/mime/packages
mime_in_files = \
@@ -54,7 +49,6 @@ EXTRA_DIST = \
packagekit-background \
packagekit-background.cron \
org.freedesktop.PackageKit.conf.in \
- 20packagekit \
$(servicemain_in_files) \
$(servicetest_in_files) \
$(serviceapt_in_files) \