ksuperkey: fixed .install file

This commit is contained in:
gnastyle 2016-03-20 18:20:45 +01:00
parent 8843c18afc
commit be1a5bcc08
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
pkgname=ksuperkey
pkgver=0.4
pkgrel=4
pkgrel=5
pkgdesc="Allows you to open the application launcher in KDE Plasma Desktop using the Super key"
url="https://github.com/hanschen/ksuperkey"
license=('GPL3')

View File

@ -16,7 +16,8 @@ post_install() {
EOF
# see which is the user name
NAME=$(logname)
NAME=$(who -m)
NAME=${NAME%% *}
# create a .desktop entry for autostart
runuser $NAME -c 'echo "[Desktop Entry]