summarylogtreecommitdiffstats
path: root/openspades.install
diff options
context:
space:
mode:
authorBrottweiler2015-08-11 10:32:31 +0200
committerBrottweiler2015-08-11 10:32:31 +0200
commitfd2da71959a54f067336a8e3a9f4c724c85f5488 (patch)
tree3ea684c51c40ce5ac4cd23f8d10ec1e9e907bdcd /openspades.install
downloadaur-fd2da71959a54f067336a8e3a9f4c724c85f5488.tar.gz
Initial import
Diffstat (limited to 'openspades.install')
-rw-r--r--openspades.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/openspades.install b/openspades.install
new file mode 100644
index 000000000000..dcc06de40405
--- /dev/null
+++ b/openspades.install
@@ -0,0 +1,12 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}