arkdep/arkdep-build.d/test-arkanelinux-pantheon/extensions/post_install.sh
2024-03-21 13:14:53 +01:00

5 lines
282 B
Bash

# Add plank to system-wide autostart, it is done system-wide to ensure Plank starts
# in case the user switches between variants
cp -v $workdir/usr/share/applications/plank.desktop \
$workdir/etc/xdg/autostart \
|| cleanup_and_quit 'Failed to copy plank.desktop to xdg autostart'