summarylogtreecommitdiffstats
path: root/RM-2 Linker
blob: 4c974ca25ad4003e05dc8a6979c6d58a7c24713b (plain)
1
2
3
4
5
6
7
#!/bin/sh
home_dir_user=$USER

if [ ! -d "/home/${home_dir_user}/5db5/PluginData/RM-2/Presets" ]; then
    mkdir -p /home/${home_dir_user}/5db5/PluginData/RM-2
    ln -sf /usr/lib/5db5/RM-2/Presets /home/${home_dir_user}/5db5/PluginData/RM-2/Presets
fi