summaryrefslogtreecommitdiffstats
path: root/alsa-utils/post-install
blob: b2b832e84077442160facac200fbf9efc882a897 (plain)
1
2
3
4
5
6
if [ -s /etc/alsa/asound.state -a ! -s /etc/asound.state ] ; then
	mv /etc/alsa/asound.state /etc/asound.state
fi
if [ -s /etc/asound.state -a ! -s /var/lib/alsa/asound.state ] ; then
	mv /etc/asound.state /var/lib/alsa/asound.state
fi