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.
manjaro-architect/bin/ma-launcher.in

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