From f4935d003256e973d6f192c392750f077339154a Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Thu, 2 Nov 2006 21:10:33 +0100 Subject: [PATCH] try to remove diversion of /etc/samba/smb.conf --- debian/preinst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.1.4