diff options
Diffstat (limited to 'community/beaver/beaver.install')
-rw-r--r-- | community/beaver/beaver.install | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/community/beaver/beaver.install b/community/beaver/beaver.install new file mode 100644 index 000000000..81ed4b93a --- /dev/null +++ b/community/beaver/beaver.install @@ -0,0 +1,13 @@ +post_install() { + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} + + |