diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-06-13 16:09:25 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-06-13 16:09:25 +0000 |
commit | 3cb39788b06a4035c77588bdc067b24c12840071 (patch) | |
tree | a1aa3789af69ccc4025394e90285456d192d08c7 /x11/xfce4-session/xfce4-session.post-install | |
parent | 20f7f6ccb492589fac2ff2e5841331d31e253b00 (diff) | |
download | aports-3cb39788b06a4035c77588bdc067b24c12840071.tar.bz2 aports-3cb39788b06a4035c77588bdc067b24c12840071.tar.xz |
x11/xfce4-session: new aport
A session manager for Xfce
Diffstat (limited to 'x11/xfce4-session/xfce4-session.post-install')
-rw-r--r-- | x11/xfce4-session/xfce4-session.post-install | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11/xfce4-session/xfce4-session.post-install b/x11/xfce4-session/xfce4-session.post-install new file mode 100644 index 000000000..c523d78da --- /dev/null +++ b/x11/xfce4-session/xfce4-session.post-install @@ -0,0 +1,4 @@ +#!/bin/sh + +gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + |