summarylogtreecommitdiffstats
path: root/arora.install
diff options
context:
space:
mode:
Diffstat (limited to 'arora.install')
-rw-r--r--arora.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/arora.install b/arora.install
new file mode 100644
index 000000000000..340fd02c4f54
--- /dev/null
+++ b/arora.install
@@ -0,0 +1,14 @@
+pkgname=arora
+
+post_install() {
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install "$1"
+}
+
+post_remove() {
+ post_install "$1"
+}