summaryrefslogtreecommitdiff
path: root/community/wesnoth/wesnoth.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/wesnoth/wesnoth.install
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/wesnoth/wesnoth.install')
-rw-r--r--community/wesnoth/wesnoth.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/community/wesnoth/wesnoth.install b/community/wesnoth/wesnoth.install
deleted file mode 100644
index 0b0b5b5eb..000000000
--- a/community/wesnoth/wesnoth.install
+++ /dev/null
@@ -1,14 +0,0 @@
-# arg 1: the new package version
-post_install() {
- systemd-tmpfiles --create wesnothd.conf
-cat << EOF
-Note:
-==> If you experience sound problems try setting your SDL_AUDIODRIVER environment variable to "dma"
-==> eg. export SDL_AUDIODRIVER="dma" ; wesnoth
-==> If "dma" doesn't work,other options are: dsp,alsa,artsc,esd,nas try to find the right output.
-EOF
-}
-
-post_upgrade() {
- post_install
-}