summarylogtreecommitdiffstats
path: root/stellarium.install
diff options
context:
space:
mode:
authorEduardo Escobar2017-12-24 11:37:50 -0300
committerEduardo Escobar2017-12-24 11:37:50 -0300
commit19725caf28fb1d7afe6802d53aa607828a096e77 (patch)
treef1f90945a03873557c91366b8361bbc95b527ca1 /stellarium.install
downloadaur-19725caf28fb1d7afe6802d53aa607828a096e77.tar.gz
Submitted 0.12.9-1
Diffstat (limited to 'stellarium.install')
-rw-r--r--stellarium.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/stellarium.install b/stellarium.install
new file mode 100644
index 000000000000..46544f062733
--- /dev/null
+++ b/stellarium.install
@@ -0,0 +1,14 @@
+pkgname=stellarium
+
+post_install() {
+ update-desktop-database -q
+ xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}