Remove compiled schemas

This commit is contained in:
Sean Davis 2014-01-25 19:50:19 -05:00
parent 7438ea844c
commit df56b4c090
3 changed files with 2 additions and 4 deletions

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-01-25 19:41-0500\n"
"POT-Creation-Date: 2014-01-25 19:49-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -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}
)