aboutsummaryrefslogtreecommitdiffstats
path: root/community/vlc/vlc-libs.trigger
blob: c76d998567f7d6ad1fabff9143d0d3c2ac33d72f (plain)
1
2
3
4
5
6
7
#!/bin/sh

if [ -f /usr/lib/vlc/vlc-cache-gen ]; then
	exec /usr/lib/vlc/vlc-cache-gen "$@"  >&/dev/null
fi
exit 0