main/asterisk: move /var/lib to /usr/share
According to the FHS /var is meant for "variable data" which files installed by the package manager by definition aren't. Instead we'll install the files to /usr/share where they belong.
According to the FHS /var is meant for "variable data" which files installed by the package manager by definition aren't. Instead we'll install the files to /usr/share where they belong.