Gabriel Ebner
b0ce23ee53
subrepo: subdir: "xournalpp-git" merged: "8e1a520" upstream: origin: "https://aur.archlinux.org/xournalpp-git" branch: "master" commit: "8e1a520" git-subrepo: version: "0.4.3" origin: "???" commit: "???"
21 lines
362 B
Plaintext
21 lines
362 B
Plaintext
post_install() {
|
|
:
|
|
}
|
|
|
|
post_upgrade() {
|
|
configs=$(find /home/ /root/ -maxdepth 2 -name ".xournalpp" 2> /dev/null)
|
|
if ! [ -z "$configs" ]; then
|
|
cat << EOF
|
|
|
|
WARNING: Default config folder moved from \$HOME/.xournalpp to \$HOME/\$XDG_CONFIG_HOME/xournalpp (default .config)
|
|
Found following config paths:
|
|
EOF
|
|
echo "$configs"
|
|
echo
|
|
fi
|
|
}
|
|
|
|
post_remove() {
|
|
:
|
|
}
|