From db3dca6dbd32fe6ea3d51bc037e6f9cdc66c343b Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Sun, 16 Sep 2001 01:02:46 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_4_4_0'. --- multimedia/mplayerxp/files/install-user | 38 --------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 multimedia/mplayerxp/files/install-user (limited to 'multimedia/mplayerxp/files/install-user') diff --git a/multimedia/mplayerxp/files/install-user b/multimedia/mplayerxp/files/install-user deleted file mode 100644 index 8f0dda4a6adf..000000000000 --- a/multimedia/mplayerxp/files/install-user +++ /dev/null @@ -1,38 +0,0 @@ -#This perl script links the codec config file -#and the fonts dir to the user's home dir. - -if (-e "$ENV{HOME}/.mplayer/") -{ - print "Sorry, you should execute this target without having a .mplayer directory in your homedir.\n"; - exit 1; -} - -#Determining location of fonts: - -@pkg=`pkg_info -Lx mplayer-fonts`; -print "$prefix[3]"; -$prefix=$pkg[3]; -$prefix=~ s/(.+mplayer).*/$1/; -chop $prefix; - -print "You may choose any of the available language sets:\n\n"; -print "European fonts (e.g. dutch, french, german...) : e\n"; -print "Cyrillic fonts : c\n"; -print "Russian fonts: r\n"; - -print "Your decision? "; -chomp ($lang=); -print "\n"; - -system "mkdir $ENV{HOME}/.mplayer"; -if ($lang eq "c") -{ - system "ln -s $prefix/fonts/cyrillic/ $ENV{HOME}/.mplayer/font"; -} -elsif ($lang eq "r") -{ - system "ln -s $prefix/fonts/koi8r/ $ENV{HOME}/.mplayer/font"; -} -else {system "ln -s $prefix/fonts/iso/ $ENV{HOME}/.mplayer/font"}; - -system "ln -s $prefix/codecs.conf $ENV{HOME}/.mplayer/codecs.conf"; -- cgit v1.2.3