You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
264 B
Bash

#!/bin/sh -e
# Remove autostart
set -e
rm /etc/xdg/autostart/selektor-autostart.desktop -f
# Automatically added by dh_icons
if which update-icon-caches >/dev/null 2>&1 ; then
update-icon-caches /usr/share/icons/selektor.png
fi
# End automatically added section