X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fpreinst;h=aaebc30ddfda7e3d10d9c082e098af402fe17d80;hb=f4935d003256e973d6f192c392750f077339154a;hp=c3eacbfd44010131997a5cfb0c35b65c44f4d46a;hpb=d974c90d53966c122d5c468aaf805f7aaf89f43f;p=grml-etc.git diff --git a/debian/preinst b/debian/preinst index c3eacbf..aaebc30 100755 --- a/debian/preinst +++ b/debian/preinst @@ -64,9 +64,9 @@ case "$1" in fi fi - # move files from package grml-etc to grml-etc-core + # move files from package grml-etc to grml-etc-core / remove them at all for file in /etc/zsh/zlogin /etc/zsh/zprofile /etc/zsh/zshenv /etc/zsh/zshrc \ - /etc/zsh/zshrc /etc/zsh/zlogout /etc/vim/vimrc ; do + /etc/zsh/zshrc /etc/zsh/zlogout /etc/vim/vimrc /etc/samba/smb.conf ; do if dpkg-divert --list $file | grep -q 'grml-etc$' ; then rm_conffile $file dpkg-divert --quiet --package grml-etc --remove --rename --divert $file.original $file