diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-04-23 19:44:46 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-04-23 19:44:46 +0000 |
commit | 27d1e194717b1696b3169ad43df027876247b91a (patch) | |
tree | 8416dc507bc2aed5f47588d345abe1ef22a6c60f /community/xfce4-session/xfce4-session.post-install | |
parent | 0090cfe5db52bd764631d9b1d55e6e74c7cf2ae8 (diff) | |
download | aports-27d1e194717b1696b3169ad43df027876247b91a.tar.bz2 aports-27d1e194717b1696b3169ad43df027876247b91a.tar.xz |
main/{xfce*} => community/
Move everything xfce to community
Diffstat (limited to 'community/xfce4-session/xfce4-session.post-install')
-rw-r--r-- | community/xfce4-session/xfce4-session.post-install | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/community/xfce4-session/xfce4-session.post-install b/community/xfce4-session/xfce4-session.post-install new file mode 100644 index 0000000000..c523d78da0 --- /dev/null +++ b/community/xfce4-session/xfce4-session.post-install @@ -0,0 +1,4 @@ +#!/bin/sh + +gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + |