diff options
author | Erich Eckner <git@eckner.net> | 2018-05-27 10:13:52 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-05-27 10:13:52 +0200 |
commit | 14a8f5d3c7889f2046a008b1b1dc29f485ebb359 (patch) | |
tree | 644ebb60f7155dd5c139d233857684fbcd8546e6 /manualPorts/pidgin/post-install | |
download | crux-ports-14a8f5d3c7889f2046a008b1b1dc29f485ebb359.tar.xz |
initial commit
Diffstat (limited to 'manualPorts/pidgin/post-install')
-rw-r--r-- | manualPorts/pidgin/post-install | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/manualPorts/pidgin/post-install b/manualPorts/pidgin/post-install new file mode 100644 index 0000000..bdfa3f2 --- /dev/null +++ b/manualPorts/pidgin/post-install @@ -0,0 +1,4 @@ +#!/bin/sh + +gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor + |