# Remove remnants leftover from old package

post_install() {
  rm -rf /usr/share/themes/{Adw,Adw-dark}
}

post_upgrade() {
  post_install
}
