diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-08-02 12:46:47 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-08-02 12:46:47 +0000 |
commit | aac14bc2c48ab890081ab8e9a2c57f6c5a85a49b (patch) | |
tree | 60288f424ddcf9a8cdd924d124af101b87a30efe /x11/xfce4-notifyd/xfce4-notifyd.post-install | |
parent | 5d8f74148ddc88d96794a963f676c658959c37d9 (diff) | |
download | aports-aac14bc2c48ab890081ab8e9a2c57f6c5a85a49b.tar.bz2 aports-aac14bc2c48ab890081ab8e9a2c57f6c5a85a49b.tar.xz |
x11/xfce4-notifyd: new aport
notification daemon for the xfce desktop
http://spuriousinterrupt.org/projects/xfce4-notifyd
Diffstat (limited to 'x11/xfce4-notifyd/xfce4-notifyd.post-install')
-rw-r--r-- | x11/xfce4-notifyd/xfce4-notifyd.post-install | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11/xfce4-notifyd/xfce4-notifyd.post-install b/x11/xfce4-notifyd/xfce4-notifyd.post-install new file mode 100644 index 000000000..c523d78da --- /dev/null +++ b/x11/xfce4-notifyd/xfce4-notifyd.post-install @@ -0,0 +1,4 @@ +#!/bin/sh + +gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + |