Package: rafkill Version: 1.2.1-2 Severity: normal Setting up rafkill (1.2.1-2) ... rmdir: /usr/share/doc/rafkill: Not a directory
You should check if it is a directory first; this includes ensuring that it isn't a symlink (eg. the symlink that you are creating): f=/usr/share/doc/rafkill if [ -d "$f" ] && [ ! -L "$f" ] ; then Right now this warning happens on all upgrades. $ mkdir a $ ln -s a b $ rmdir b rmdir: b: Not a directory -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

