diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-01-06 00:54:03 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-01-06 00:54:03 +0000 |
commit | a39682c33e2706d68acb6eb1c9b4fc3317a45e2c (patch) | |
tree | ffc63e5657cb587d1cbb9daffebeb8f55171e612 /debian/postinst.templates | |
parent | 3b63f4792e5e0004cd1345a4eddc4c8856bbc9ff (diff) |
Remove unused template file.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17325 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'debian/postinst.templates')
-rw-r--r-- | debian/postinst.templates | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/debian/postinst.templates b/debian/postinst.templates deleted file mode 100644 index 61f7eacc0b..0000000000 --- a/debian/postinst.templates +++ /dev/null @@ -1,31 +0,0 @@ -Template: mplayer/output -Type: select -Choices: ${vo} -Default: xv -Description: Which Video Output driver would you like? - MPlayer can use very wide range of video output drivers: - ( order aproximately by speed: ) - * mga, xmga - direct hardware access on MGA cards (G200/400/450), needs /dev/mga_vid - this driver can work without X and display video on secondary head of matrox cards - * xv - XVideo extensions of X 4.x ( hardware scaling, bilinear filtering ) - * sdl - SDL library, it can also use hardware scaling, filtering etc - * dga, fsdga - DGA extension. - * fsbdev - framebuffer device ( watching movies on text console ) - * x11 - simple x11 output. - Please choose carefully because it has tramendous effect on speed. - -Template: mplayer/overwrite -Type: boolean -Default: false -Description: Overwrite /etc/mplayer/mplayer.conf ? - Should I overwrite your current /etc/mplayer/mplayer.conf with the one created on the fly based on your answers? - -Template: mplayer/cfgnote -Type: note -Description: Create your ~/.mplayer/conf file. - Remember to read documentation and edit your ~/.mplayer/conf - (or /etc/mplayer/mplayer.conf) file. This binary depends heavily on - your hardware - which means that it needs tweaking for every single - machine it's installed to. And it also it means that it will use - your setup very effectively. Look at /usr/share/doc/mplayer - end |