diff options
Diffstat (limited to 'databases/postgresql82-server/pkg-plist')
-rw-r--r-- | databases/postgresql82-server/pkg-plist | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/databases/postgresql82-server/pkg-plist b/databases/postgresql82-server/pkg-plist index 24bd7d94be10..a7493ddb7898 100644 --- a/databases/postgresql82-server/pkg-plist +++ b/databases/postgresql82-server/pkg-plist @@ -82,9 +82,10 @@ share/postgresql/dot.cshrc.dist @exec [ -f %D/share/postgresql/dot.cshrc.dist ] && cp %D/share/postgresql/dot.cshrc.dist ~pgsql/. @exec [ -f ~pgsql/.profile ] || (cp %D/share/postgresql/dot.profile.dist ~pgsql/.profile && chown pgsql:pgsql ~pgsql/.profile) @exec [ -f ~pgsql/.cshrc ] || (cp %D/share/postgresql/dot.cshrc.dist ~pgsql/.cshrc && chown pgsql:pgsql ~pgsql/.cshrc) -@unexec rmdir %D/%%PG_PREFIX%%bin 2> /dev/null || true -@unexec rmdir %D/%%PG_PREFIX%%lib 2> /dev/null || true -@unexec rmdir %D/%%PG_PREFIX%%man/man1 2> /dev/null || true -@unexec rmdir %D/%%PG_PREFIX%%man/manl 2> /dev/null || true -@unexec rmdir %D/%%PG_PREFIX%%man 2> /dev/null || true +@unexec [ X%%PG_PREFIX%% != X ] && rmdir %D/%%PG_PREFIX%%bin 2> /dev/null || true +@unexec [ X%%PG_PREFIX%% != X ] && rmdir %D/%%PG_PREFIX%%lib 2> /dev/null || true +@unexec [ X%%PG_PREFIX%% != X ] && rmdir %D/%%PG_PREFIX%%man/man1 2> /dev/null || true +@unexec [ X%%PG_PREFIX%% != X ] && rmdir %D/%%PG_PREFIX%%man/manl 2> /dev/null || true +@unexec [ X%%PG_PREFIX%% != X ] && rmdir %D/%%PG_PREFIX%%man 2> /dev/null || true +@unexec rmdir ~pgsql 2> /dev/null || true @unexec echo "Warning: If you will *NOT* use this package anymore, please remove %D/pgsql and the pgsql user manually." |