X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fpreinst;fp=debian%2Fpreinst;h=9a6206f4d2589405222212bb1bc33a01e0d7d736;hb=11ce0706746de259139c4e3b1ce00f72fada93b9;hp=ec6b7a9a7596c42ac13d5525819ec9ee8340039a;hpb=8b7ef31432707e80cd9f410843c6cce9eacb0a43;p=grml-etc-core.git diff --git a/debian/preinst b/debian/preinst index ec6b7a9..9a6206f 100755 --- a/debian/preinst +++ b/debian/preinst @@ -26,7 +26,7 @@ case "$1" in # move files from package grml-etc to grml-etc-core, make sure # we don't lose any files... for file in /etc/zsh/zlogin /etc/zsh/zprofile /etc/zsh/zshenv /etc/zsh/zshrc \ - /etc/zsh/zlogout /etc/vim/vimrc; do + /etc/zsh/zlogout /etc/vim/vimrc /etc/tmux.conf; do [ -e "$file".original ] || cp -f "$file" "${file}.tmp.$TMP" 2>/dev/null || true # [ -e "$file".dpkg-new ] && cp -f "$file".dpkg-new "${file}.tmp.$TMP" backup_conffile $file && \