Skip to content

Commit d25e8b2

Browse files
committed
Add prints to Xournal++ script
1 parent d53ec45 commit d25e8b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

xournalpp/setup-xournalpp.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,14 @@ flatpak install flathub com.github.xournalpp.xournalpp
1414

1515
# Backup old configs
1616
if [ -e "${CONFIG_DIR}" ] && [ ! -L "${CONFIG_DIR}" ]; then
17+
echo "Backing up old configuration."
1718
mv "${CONFIG_DIR}" "${CONFIG_DIR}-old"
1819
fi
1920
if [ -e "${CONFIG_DIR2}" ] && [ ! -L "${CONFIG_DIR2}" ]; then
21+
echo "Backing up old Flatpak configuration."
2022
mv "${CONFIG_DIR2}" "${CONFIG_DIR2}-old"
2123
fi
2224

25+
echo "Creating symlinks."
2326
ln -f -s "${SCRIPT_DIR}" "${CONFIG_DIR}"
2427
ln -f -s "${SCRIPT_DIR}" "${CONFIG_DIR2}"

0 commit comments

Comments
 (0)