diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2006-04-16 20:09:35 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2006-04-16 20:09:35 +0000 |
commit | ba0c3140058c031581c390a4fba38fbf298fc9ab (patch) | |
tree | c146c08fe1ca75b4412bfde4b112203daea1d23d /emulators/wine/files | |
parent | 4f912149f406e62b37ea7169fac5ae3a56e1842a (diff) |
Notes
Diffstat (limited to 'emulators/wine/files')
-rw-r--r-- | emulators/wine/files/wine.sh.in | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/emulators/wine/files/wine.sh.in b/emulators/wine/files/wine.sh.in deleted file mode 100644 index fe67ceb5d4e2..000000000000 --- a/emulators/wine/files/wine.sh.in +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh - -case "$1" in - start) - /sbin/ldconfig -m %%PREFIX%%/lib/wine - ;; - stop) - ;; - *) - echo "" - echo "Usage: `basename $0` { start | stop }" - echo "" - exit 64 - ;; -esac |