summarylogtreecommitdiffstats
path: root/squirrel-sql.install
diff options
context:
space:
mode:
Diffstat (limited to 'squirrel-sql.install')
-rw-r--r--squirrel-sql.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/squirrel-sql.install b/squirrel-sql.install
new file mode 100644
index 000000000000..610827c284c6
--- /dev/null
+++ b/squirrel-sql.install
@@ -0,0 +1,7 @@
+post_install() {
+ [[ -x /usr/bin/gtk-update-icon-cache ]] && gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_remove() {
+ [[ -x /usr/bin/gtk-update-icon-cache ]] && gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}