summaryrefslogtreecommitdiffstats
path: root/unmaintained/evolution/evolution.post-install
blob: 9a51eff319b30b580913add910704dd8fc2752eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh

for i in \
	apps-evolution-attachment-reminder.schemas \
	apps-evolution-mail-notification.schemas \
	apps-evolution-mail-prompts-checkdefault.schemas \
	apps-evolution-template-placeholders.schemas \
	apps_evolution_addressbook.schemas \
	apps_evolution_calendar.schemas \
	apps_evolution_email_custom_header.schemas \
	apps_evolution_shell.schemas \
	bogo-junk-plugin.schemas \
	evolution-mail.schemas \
; do
        echo "Installing GConf2 schema $i."
	GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source` \
		/usr/bin/gconftool-2 --makefile-install-rule /etc/gconf/schemas/$i >/dev/null
done