First commit
This commit is contained in:
parent
40bff34006
commit
57d60609e2
179 changed files with 59241 additions and 0 deletions
10
packaging/DEBIAN/postinst
Executable file
10
packaging/DEBIAN/postinst
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh -e
|
||||
# Move autostart
|
||||
set -e
|
||||
mv /usr/share/applications/selektor-autostart.desktop /etc/xdg/autostart -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
|
Loading…
Add table
Add a link
Reference in a new issue