diff options
author | root <root@rshg054.dnsready.net> | 2012-03-11 00:02:38 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-03-11 00:02:38 +0000 |
commit | 503034bfe282c58ff13c42c7a6b92aa062d779b5 (patch) | |
tree | ece09793a2bf096dd717bcd4082f0814784b8b27 /gnome-unstable/gnome-disk-utility/gnome-disk-utility.install | |
parent | 3792e3874accbc868e7032042f1ecefdef25638e (diff) |
Sun Mar 11 00:02:37 UTC 2012
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 +} |