First commit

This commit is contained in:
emdee 2022-11-02 08:12:45 +00:00
parent 40bff34006
commit 57d60609e2
179 changed files with 59241 additions and 0 deletions

10
packaging/DEBIAN/postrm Executable file
View file

@ -0,0 +1,10 @@
#!/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