post_install() {
  # Hack to manually add the symlink to the database, see FS#47292
  sed '/libdcadec.so$/a \
usr\/lib\/libdcadec.so.0' -i /var/lib/pacman/local/dcadec-0.1.0-3/files
}

post_upgrade() {
  post_install
}

# vim: ts=2 sw=2 et:
