aboutsummarylogtreecommitdiffstats
path: root/doom3-data-steam.install
diff options
context:
space:
mode:
Diffstat (limited to 'doom3-data-steam.install')
-rw-r--r--doom3-data-steam.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/doom3-data-steam.install b/doom3-data-steam.install
new file mode 100644
index 000000000000..673008c3b7ae
--- /dev/null
+++ b/doom3-data-steam.install
@@ -0,0 +1,9 @@
+pre_remove() {
+ /bin/true
+}
+
+post_remove() {
+ echo ">>> To complete the uninstallation remove the doom3 data directory:"
+ echo ">>> rm -r /opt/doom3/"
+ echo ">>>"
+}