aboutsummarylogtreecommitdiffstats
path: root/tiberiansun.install
diff options
context:
space:
mode:
Diffstat (limited to 'tiberiansun.install')
-rw-r--r--tiberiansun.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/tiberiansun.install b/tiberiansun.install
new file mode 100644
index 000000000000..7b7c8b0fa09f
--- /dev/null
+++ b/tiberiansun.install
@@ -0,0 +1,10 @@
+post_install() {
+ if [[ "$(uname -m)" =~ "64" ]]
+ then
+ echo "If you are using 64-bit architecture, don't forget to install a 32-bit graphics driver."
+ fi
+}
+
+post_remove() {
+ echo "To completely clean all files generated from this package, delete ~/.tiberiansun"
+}