summarylogtreecommitdiffstats
path: root/gog-inscryption.install
diff options
context:
space:
mode:
Diffstat (limited to 'gog-inscryption.install')
-rw-r--r--gog-inscryption.install36
1 files changed, 36 insertions, 0 deletions
diff --git a/gog-inscryption.install b/gog-inscryption.install
new file mode 100644
index 000000000000..5995073fc5da
--- /dev/null
+++ b/gog-inscryption.install
@@ -0,0 +1,36 @@
+post_install() {
+ cat >&2 << 'EOF'
+
+ ## ##
+ ## Wine will be used to run this Windows game; ##
+ ## therefore, not everything may work properly. ##
+ ## ##
+ ## Please see: ##
+
+> https://wiki.archlinux.org/title/Wine#Sound
+
+ ## ##
+ ## to figure out which optional dependencies you ##
+ ## need to enable sound. ##
+ ## Also see: ##
+
+> https://appdb.winehq.org/objectManager.php?sClass=application&iId=20583
+
+ ## for details and known limitations. ##
+ ## ##
+
+EOF
+}
+
+post_remove() {
+ cat >&2 << 'EOF'
+
+ ## ##
+ ## To completely remove user game data, delete ##
+ ## the following directory: ##
+ ## ##
+ ## ~/.local/share/inscryption ##
+ ## ##
+
+EOF
+}