Package will now attempt to delete all directories if found empty -
e.g. geneweb was installed but no databases were created.
This commit is contained in:
parent
de11bca36d
commit
f45cd74b37
1 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 2000/08/28 13:54:38 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.4 2000/09/03 03:20:28 wulf Exp $
|
||||
bin/consang
|
||||
bin/ged2gwb
|
||||
bin/gwb2ged
|
||||
|
@ -495,3 +495,8 @@ share/geneweb/setup/se/welcome.htm
|
|||
@dirrm share/geneweb/setup/lv
|
||||
@dirrm share/geneweb/setup/se
|
||||
@dirrm share/geneweb/setup
|
||||
@unexec rmdir %D/share/geneweb/cnt 2>/dev/null || true
|
||||
@unexec rmdir %D/share/geneweb/db 2>/dev/null || true
|
||||
@unexec rmdir %D/share/geneweb/images 2>/dev/null || true
|
||||
@unexec rmdir %D/share/geneweb 2>/dev/null || true
|
||||
|
||||
|
|
Loading…
Reference in a new issue