diff options
Diffstat (limited to 'gnome-unstable/gnome-disk-utility/gnome-disk-utility.install')
-rw-r--r-- | gnome-unstable/gnome-disk-utility/gnome-disk-utility.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gnome-unstable/gnome-disk-utility/gnome-disk-utility.install b/gnome-unstable/gnome-disk-utility/gnome-disk-utility.install new file mode 100644 index 000000000..71d138f2d --- /dev/null +++ b/gnome-unstable/gnome-disk-utility/gnome-disk-utility.install @@ -0,0 +1,11 @@ +post_install() { + gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} |