From e45a9aecf046e0b2eab1fc6150bdc577a28b0523 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Fri, 24 Apr 2015 05:09:41 -0300 Subject: xfce4-kbdleds-plugin: add new package to [pcr] --- pcr/xfce4-kbdleds-plugin/xfce4-kbdleds-plugin.install | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pcr/xfce4-kbdleds-plugin/xfce4-kbdleds-plugin.install (limited to 'pcr/xfce4-kbdleds-plugin/xfce4-kbdleds-plugin.install') diff --git a/pcr/xfce4-kbdleds-plugin/xfce4-kbdleds-plugin.install b/pcr/xfce4-kbdleds-plugin/xfce4-kbdleds-plugin.install new file mode 100644 index 000000000..375ad822c --- /dev/null +++ b/pcr/xfce4-kbdleds-plugin/xfce4-kbdleds-plugin.install @@ -0,0 +1,13 @@ +post_install() { + update-desktop-database -q + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} +# vim:set ts=2 sw=2 et: -- cgit v1.2.3