summarylogtreecommitdiffstats
path: root/vlc-materia-skin.install
blob: 4f75a8ac4bc40b71f5ed328abeb8bade335cfeba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install() {
  cat << _EOF 

==> To use this skin: 
==> 1. Open VLC -> Tools -> Preferences ->
	Interface -> Look And Feel -> Use custom skin
==> 3. Select the skin file located 
	here /usr/share/vlc/skins2/Materia.vlt

_EOF
}

post_upgrade() {
  post_install $1
}