summarylogtreecommitdiffstats
path: root/stellarium.install
diff options
context:
space:
mode:
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
+}