summarylogtreecommitdiffstats
path: root/codequery.install
diff options
context:
space:
mode:
Diffstat (limited to 'codequery.install')
-rw-r--r--codequery.install17
1 files changed, 17 insertions, 0 deletions
diff --git a/codequery.install b/codequery.install
new file mode 100644
index 000000000000..9db382754ee1
--- /dev/null
+++ b/codequery.install
@@ -0,0 +1,17 @@
+update_icons() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_install() {
+ update_icons
+ echo 'See tutorial at https://github.com/ruben2020/codequery/blob/master/doc/HOWTO-LINUX.md to learn how to create CodeQuery databases'
+}
+
+post_upgrade() {
+ update_icons
+}
+
+post_remove() {
+ update_icons
+}
+