summarylogtreecommitdiffstats
path: root/clonk_rage.install
diff options
context:
space:
mode:
Diffstat (limited to 'clonk_rage.install')
-rw-r--r--clonk_rage.install19
1 files changed, 19 insertions, 0 deletions
diff --git a/clonk_rage.install b/clonk_rage.install
new file mode 100644
index 000000000000..7e7a6df42bac
--- /dev/null
+++ b/clonk_rage.install
@@ -0,0 +1,19 @@
+post_install() {
+ echo gtk-update-icon-cache ...
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ echo update-mime-database ...
+ update-mime-database /usr/share/mime &> /dev/null
+ echo update-desktop-database ...
+ update-desktop-database -q
+
+ echo ''
+ echo 'Notes:'
+ echo ''
+ echo 'You can use the game's own update function instead of updating the package.'
+ echo ''
+ echo 'IMPORTANT:'
+ echo ''
+ echo 'Make sure that all users who want to play Clonk Rage are in the group games!'
+ echo ''
+
+}