postrun fix
This commit is contained in:
parent
11b7fb7b45
commit
6d805941de
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ zathuraconf="${XDG_CONFIG_HOME:-$HOME/.config}/zathura/zathurarc"
|
||||||
|
|
||||||
source "${XDG_CACHE_HOME:-$HOME/.cache}/wal/colors.sh"
|
source "${XDG_CACHE_HOME:-$HOME/.cache}/wal/colors.sh"
|
||||||
|
|
||||||
mkdir -p "${dunstconf##*/}" "${zathuraconf##*/}"
|
mkdir -p "${dunstconf%/*}" "${zathuraconf%/*}"
|
||||||
|
|
||||||
mv -n "$dunstconf" "$dunstconf.bak"
|
mv -n "$dunstconf" "$dunstconf.bak"
|
||||||
mv -n "$zathuraconf" "$zathuraconf.bak"
|
mv -n "$zathuraconf" "$zathuraconf.bak"
|
||||||
|
|
Loading…
Reference in a new issue