postrun fix

This commit is contained in:
Luke Smith 2021-11-11 12:49:57 -05:00
parent 11b7fb7b45
commit 6d805941de
No known key found for this signature in database
GPG key ID: 4C50B54A911F6252

View file

@ -5,7 +5,7 @@ zathuraconf="${XDG_CONFIG_HOME:-$HOME/.config}/zathura/zathurarc"
source "${XDG_CACHE_HOME:-$HOME/.cache}/wal/colors.sh"
mkdir -p "${dunstconf##*/}" "${zathuraconf##*/}"
mkdir -p "${dunstconf%/*}" "${zathuraconf%/*}"
mv -n "$dunstconf" "$dunstconf.bak"
mv -n "$zathuraconf" "$zathuraconf.bak"