summarylogtreecommitdiffstats
path: root/darkplaces-xonotic.install
diff options
context:
space:
mode:
Diffstat (limited to 'darkplaces-xonotic.install')
-rw-r--r--darkplaces-xonotic.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/darkplaces-xonotic.install b/darkplaces-xonotic.install
new file mode 100644
index 000000000000..17f88a712581
--- /dev/null
+++ b/darkplaces-xonotic.install
@@ -0,0 +1,14 @@
+post_install() {
+ echo ">>> You need the Quake 1 data to play."
+ echo ">>> Copy your \"id1\" directory to /usr/share/quake"
+ post_upgrade
+}
+
+post_upgrade() {
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_remove() {
+ post_upgrade
+} \ No newline at end of file