summarylogtreecommitdiffstats
path: root/lightdm-pantheon-greeter.install
diff options
context:
space:
mode:
Diffstat (limited to 'lightdm-pantheon-greeter.install')
-rw-r--r--lightdm-pantheon-greeter.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/lightdm-pantheon-greeter.install b/lightdm-pantheon-greeter.install
new file mode 100644
index 000000000000..b1c0d9f94f1c
--- /dev/null
+++ b/lightdm-pantheon-greeter.install
@@ -0,0 +1,14 @@
+post_install() {
+ DCONF_PROFILE='lightdm' dconf update
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+ rm -f /etc/dconf/db/lightdm
+}
+
+# vim: ts=2 sw=2 et: