From df56b4c090f4ccb0871db6ef99cc0fbfc9a404c4 Mon Sep 17 00:00:00 2001 From: Sean Davis Date: Sat, 25 Jan 2014 19:50:19 -0500 Subject: [PATCH] Remove compiled schemas --- data/glib-2.0/schemas/gschemas.compiled | Bin 332 -> 0 bytes po/mugshot.pot | 2 +- setup.py | 4 +--- 3 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 data/glib-2.0/schemas/gschemas.compiled diff --git a/data/glib-2.0/schemas/gschemas.compiled b/data/glib-2.0/schemas/gschemas.compiled deleted file mode 100644 index 55ccb0b9e7f94eb63ee72ca66a514721c174ad9d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 332 zcmXw!KM%oB6vZ#vL{egsl*C?3JKHRxLuWC1iGMGl$}6!jn0x`>!ACGk_&RnQ=TzO~ zJZWM6xjs8g=u5JbGFXL9w~Jv;Uq\n" "Language-Team: LANGUAGE \n" diff --git a/setup.py b/setup.py index b5e3f40..53b9938 100644 --- a/setup.py +++ b/setup.py @@ -180,8 +180,6 @@ DistUtilsExtra.auto.setup( 'to easily set profile image and user details for your ' 'user profile and any supported applications.', url='https://launchpad.net/mugshot', - data_files=[('share/man/man1', ['mugshot.1']), - ('share/glib-2.0/schemas', ['data/glib-2.0/schemas/' - 'apps.mugshot.gschema.xml'])], + data_files=[('share/man/man1', ['mugshot.1'])], cmdclass={'install': InstallAndUpdateDataDirectory} )