summarylogtreecommitdiffstats
path: root/abraca.install
diff options
context:
space:
mode:
Diffstat (limited to 'abraca.install')
-rw-r--r--abraca.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/abraca.install b/abraca.install
new file mode 100644
index 000000000000..a252f4e6be69
--- /dev/null
+++ b/abraca.install
@@ -0,0 +1,13 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+ echo""
+ echo "---If integrity check fails, flag the package as outdated, because version releases of this package are a bit strange and it's not easy to know when there's a new version"
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}