From 27d1e194717b1696b3169ad43df027876247b91a Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 23 Apr 2018 19:44:46 +0000 Subject: main/{xfce*} => community/ Move everything xfce to community --- community/xfce4-screenshooter/xfce4-screenshooter.install | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 community/xfce4-screenshooter/xfce4-screenshooter.install (limited to 'community/xfce4-screenshooter/xfce4-screenshooter.install') diff --git a/community/xfce4-screenshooter/xfce4-screenshooter.install b/community/xfce4-screenshooter/xfce4-screenshooter.install new file mode 100644 index 0000000000..e4f8fd06c1 --- /dev/null +++ b/community/xfce4-screenshooter/xfce4-screenshooter.install @@ -0,0 +1,13 @@ +post_install() { + 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