summarylogtreecommitdiffstats
path: root/drive-git.install
diff options
context:
space:
mode:
authorJohn ShaggyTwoDope Jenkins2015-06-23 01:35:06 -0700
committerJohn ShaggyTwoDope Jenkins2015-06-23 01:35:06 -0700
commitd19920a0f12deca20cf7d5960532ee64ca02ad78 (patch)
treebcee239e04e82cb8b5f44c8e946c28082efa7964 /drive-git.install
downloadaur-d19920a0f12deca20cf7d5960532ee64ca02ad78.tar.gz
Initial import
Diffstat (limited to 'drive-git.install')
-rw-r--r--drive-git.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/drive-git.install b/drive-git.install
new file mode 100644
index 000000000000..0e29f595e033
--- /dev/null
+++ b/drive-git.install
@@ -0,0 +1,11 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install "$1"
+}
+
+post_remove() {
+ post_install "$1"
+} \ No newline at end of file