We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d53ec45 commit d25e8b2Copy full SHA for d25e8b2
xournalpp/setup-xournalpp.sh
@@ -14,11 +14,14 @@ flatpak install flathub com.github.xournalpp.xournalpp
14
15
# Backup old configs
16
if [ -e "${CONFIG_DIR}" ] && [ ! -L "${CONFIG_DIR}" ]; then
17
+ echo "Backing up old configuration."
18
mv "${CONFIG_DIR}" "${CONFIG_DIR}-old"
19
fi
20
if [ -e "${CONFIG_DIR2}" ] && [ ! -L "${CONFIG_DIR2}" ]; then
21
+ echo "Backing up old Flatpak configuration."
22
mv "${CONFIG_DIR2}" "${CONFIG_DIR2}-old"
23
24
25
+echo "Creating symlinks."
26
ln -f -s "${SCRIPT_DIR}" "${CONFIG_DIR}"
27
ln -f -s "${SCRIPT_DIR}" "${CONFIG_DIR2}"
0 commit comments