diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2014-12-17 00:11:31 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2014-12-17 00:12:16 +1100 |
commit | 7df43be6de04b9ac0ab6c989b9b1bb56a383a4bf (patch) | |
tree | f23546ce75a12958b386977581916c8c98071016 /midori/post-install | |
parent | f14798d3eb4c44643ea6c7d1b9de01f6ffeda13d (diff) | |
download | contrib-7df43be6de04b9ac0ab6c989b9b1bb56a383a4bf.tar.gz contrib-7df43be6de04b9ac0ab6c989b9b1bb56a383a4bf.tar.xz |
midori: 0.5.8 -> 0.5.9 fixes FS#1095
Diffstat (limited to 'midori/post-install')
-rw-r--r-- | midori/post-install | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/midori/post-install b/midori/post-install new file mode 100644 index 000000000..6972af072 --- /dev/null +++ b/midori/post-install @@ -0,0 +1,5 @@ +#!/bin/sh + +update-desktop-database -q +gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor + |