_install() {
	ln -sfv /usr/share/alsa/ucm2/PinePhone/PinePhone.conf \
	        /usr/share/alsa/ucm2/conf.d/simple-card/PinePhone.conf
}

post_install() {
    _install
}    

post_upgrade() {
    _install
}
