ubuntu-22.04.3-desktop-amd64/casper/filesystem/var/lib/dpkg/info/adwaita-icon-theme.prerm

12 lines
177 B
Bash
Executable File

#! /bin/sh
set -e
case "$1" in
remove|deconfigure|failed-upgrade)
update-alternatives --remove x-cursor-theme \
/usr/share/icons/Adwaita/cursor.theme
;;
esac