Skip to content

Commit

Permalink
Added pinstall.sh to the VLC template
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkr committed Sep 28, 2015
1 parent 0b1bbd7 commit e65cb65
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 11 additions & 0 deletions woof-code/packages-templates/vlc/pinstall.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/sh

if [ ! "`pwd`" = "/" ];then

echo "Configuring VLC ..."

echo '#!/bin/sh' > ./usr/local/bin/defaultmediaplayer
echo 'exec vlc "$@"' >> ./usr/local/bin/defaultmediaplayer
chmod 755 ./usr/local/bin/defaultmediaplayer

fi

This file was deleted.

0 comments on commit e65cb65

Please sign in to comment.