summarylogtreecommitdiffstats
path: root/adwaita-for-steam.install
diff options
context:
space:
mode:
Diffstat (limited to 'adwaita-for-steam.install')
-rw-r--r--adwaita-for-steam.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/adwaita-for-steam.install b/adwaita-for-steam.install
new file mode 100644
index 000000000000..3136b8d70377
--- /dev/null
+++ b/adwaita-for-steam.install
@@ -0,0 +1,10 @@
+post_install() {
+ echo ""
+ echo "****Adwaita for Steam was installed!****"
+ echo ""
+ echo "You still have to make steam able to read the skin location in your system directory /usr/lib:"
+ echo "ln -s /usr/lib/steam/skins ~/.steam/steam/skins"
+ echo ""
+ echo "Now, select the skin in Steam Settings -> Interface."
+ echo ""
+}