diff options
author | Maxime Gauduin | 2017-05-01 17:51:14 +0200 |
---|---|---|
committer | Maxime Gauduin | 2017-05-01 17:51:14 +0200 |
commit | 205a8dc5a0c74f668293c253ff8d0514aa3242e8 (patch) | |
tree | aa58615508f535037fa2354956924e33377d95b5 /elementary-icon-theme.install | |
download | aur-205a8dc5a0c74f668293c253ff8d0514aa3242e8.tar.gz |
Add elementary-icon-theme-git
Diffstat (limited to 'elementary-icon-theme.install')
-rw-r--r-- | elementary-icon-theme.install | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/elementary-icon-theme.install b/elementary-icon-theme.install new file mode 100644 index 00000000000..06e322d5ae3 --- /dev/null +++ b/elementary-icon-theme.install @@ -0,0 +1,13 @@ +post_install() { + gtk-update-icon-cache -ftq /usr/share/icons/elementary +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} + +# vim: ts=2 sw=2 et: |