mirror of
https://gitlab.manjaro.org/applications/manjaro-architect
synced 2024-11-06 03:20:36 +00:00
7 lines
183 B
Bash
7 lines
183 B
Bash
#!/bin/sh
|
|
|
|
if [ -e /run/miso/bootmnt/manjaro ]; then
|
|
install -Dm755 /usr/share/applications/manjaro-architect.desktop \
|
|
$(xdg-user-dir DESKTOP)/manjaro-architect.desktop
|
|
fi
|