summaryrefslogtreecommitdiffstats
path: root/src/memdmp/vlc4/vlc4-libs.trigger
blob: b12b5097c742f725a7a3c7be13613044ee03f9ec (plain) (blame)
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 2>&1
fi
exit 0