summaryrefslogtreecommitdiff
path: root/community/lightdm-gtk3-greeter/lightdm-gtk-greeter.install
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-02-15 03:33:23 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-02-15 03:33:23 +0000
commit34276794ce110cd2f9204e4b504aea41fb584145 (patch)
tree614343b8dd17e74468019c46daabd3861ef8dfbc /community/lightdm-gtk3-greeter/lightdm-gtk-greeter.install
parent86a5624291a8a72d9a0a2c51fcc64bf6e221524b (diff)
Sat Feb 15 03:31:19 UTC 2014
Diffstat (limited to 'community/lightdm-gtk3-greeter/lightdm-gtk-greeter.install')
-rw-r--r--community/lightdm-gtk3-greeter/lightdm-gtk-greeter.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/lightdm-gtk3-greeter/lightdm-gtk-greeter.install b/community/lightdm-gtk3-greeter/lightdm-gtk-greeter.install
new file mode 100644
index 000000000..b72f4439b
--- /dev/null
+++ b/community/lightdm-gtk3-greeter/lightdm-gtk-greeter.install
@@ -0,0 +1,13 @@
+post_install() {
+ gtk-update-icon-cache -ftq usr/share/icons/hicolor
+}
+
+post_update() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+
+# vim: ts=2 sw=2 et: