summarylogtreecommitdiffstats
path: root/vlc-materia-skin.install
blob: 17d0eca4a7fa447c75741a34de30d45e6bfa41ca (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-git.vlt

_EOF
}

post_upgrade() {
  post_install $1
}