SCRUM#407: Fixes VLC error when using multiterminal
- postinst: Edit the file /usr/share/applications/vlc.desktop and replacing the line
Exec=/usr/bin/vlc --started-from-file %U
withExec=/bin/bash -c "exec /usr/bin/cvlc --x11-display $DISPLAY --started-from-file %U"
. - triggers: Adds trigger that keeps the file changed.