archpkgs/xournalpp-git/xournalpp.install
Gabriel Ebner b0ce23ee53 git subrepo clone --branch=master https://aur.archlinux.org/xournalpp-git
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:   "???"
2021-01-11 15:15:25 +01:00

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() {
:
}