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, 0 insertions, 36 deletions
diff --git a/gog-inscryption.install b/gog-inscryption.install
deleted file mode 100644
index 5995073fc5da..000000000000
--- a/gog-inscryption.install
+++ /dev/null
@@ -1,36 +0,0 @@
-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
-}