diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2010-05-12 17:45:45 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 17:45:45 +0200 |
commit | 312f60ee39934191e62e67ef4b2e66f08f7b5590 (patch) | |
tree | f47190e84d616a00e325a59a6de4f9a3834423e2 /system/p7zip/doinst.sh | |
parent | f8ef861de227e0570a4e78333bb0bb53e01ddb28 (diff) | |
download | slackbuilds-312f60ee39934191e62e67ef4b2e66f08f7b5590.tar.gz |
system/p7zip: Updated for version 4.65
Diffstat (limited to 'system/p7zip/doinst.sh')
-rw-r--r-- | system/p7zip/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/p7zip/doinst.sh b/system/p7zip/doinst.sh new file mode 100644 index 0000000000..f72fb66224 --- /dev/null +++ b/system/p7zip/doinst.sh @@ -0,0 +1,4 @@ +if [ -x /usr/bin/gtk-update-icon-cache ]; then + ./usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1 +fi + |