summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2013-11-29 08:55:48 +0000
committerRichard Hughes <richard@hughsie.com>2013-11-29 09:01:47 +0000
commit726aeabf4cbcd3a7879e0daacb3f097b445affe3 (patch)
treed3588e7bbe2334cd855245c7e1506464d31a138f /data
parent31b880a5817ac67a39ef3ea0b2a5723c89abd7b2 (diff)
trivial: Remove the last remains of the catalog support
Diffstat (limited to 'data')
-rw-r--r--data/packagekit-catalog.xml.in9
-rw-r--r--data/tests/Makefile.am1
-rw-r--r--data/tests/test.catalog16
3 files changed, 0 insertions, 26 deletions
diff --git a/data/packagekit-catalog.xml.in b/data/packagekit-catalog.xml.in
deleted file mode 100644
index df04ca8e7..000000000
--- a/data/packagekit-catalog.xml.in
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
- <mime-type type="application/x-catalog">
- <sub-class-of type="text/plain"/>
- <_comment>PackageKit Catalog</_comment>
- <glob pattern="*.catalog"/>
- </mime-type>
-</mime-info>
-
diff --git a/data/tests/Makefile.am b/data/tests/Makefile.am
index 8e27b6f3a..8787d80ec 100644
--- a/data/tests/Makefile.am
+++ b/data/tests/Makefile.am
@@ -4,7 +4,6 @@ AUTOMAKE_OPTIONS = 1.7
NULL =
TEST_FILES = \
- test.catalog \
pk-client-helper-test.py.in \
pk-spawn-test.sh \
pk-spawn-proxy.sh \
diff --git a/data/tests/test.catalog b/data/tests/test.catalog
deleted file mode 100644
index 8bc74c4eb..000000000
--- a/data/tests/test.catalog
+++ /dev/null
@@ -1,16 +0,0 @@
-[PackageKit Catalog]
-
-# Just a package on all versions of fedora that can provide the dependency.
-# If there are multiple packages then the user will be asked to choose
-InstallProvides(selftest)=":lang=bo"
-
-# Just for Fedora 12, install a development file
-InstallPackages(selftest;11.91)=ruby-json
-
-# On any distro, install the package with this file
-InstallFiles=/usr/bin/kate
-
-# For each architecture on Fedora rawhide, install one of the two different files
-InstallFiles(selftest;11.91;i686)=/usr/bin/pand
-InstallFiles(selftest;11.91;x64)=/usr/bin/dund
-