diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 03:01:03 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 03:01:03 +0000 |
commit | 508b8d82f4fdfc6889fe17931ef30f047501dfd6 (patch) | |
tree | f7810d4887e5297c7b7788225e906b99c81d709b /sysutils/psgconf | |
parent | 4008c7e23fe847e2c8ade0ecb5d86f943d84c917 (diff) | |
download | ports-508b8d82f4fdfc6889fe17931ef30f047501dfd6.tar.gz ports-508b8d82f4fdfc6889fe17931ef30f047501dfd6.zip |
Notes
Diffstat (limited to 'sysutils/psgconf')
-rw-r--r-- | sysutils/psgconf/pkg-plist | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/sysutils/psgconf/pkg-plist b/sysutils/psgconf/pkg-plist index 10d7dcb245b5..ffd4cc915290 100644 --- a/sysutils/psgconf/pkg-plist +++ b/sysutils/psgconf/pkg-plist @@ -158,18 +158,18 @@ share/psgconf/files/rc.shutdown %%SITE_PERL%%/PSGConf/DataStore/ConfigFile.pm %%SITE_PERL%%/PSGConf/Util.pm @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/PSGConf -@unexec rmdir %D/%%SITE_PERL%%/PSGConf/Action/PackageManager/RedHat 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/PSGConf/Action/PackageManager/FreeBSD 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/PSGConf/Action/PackageManager 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/PSGConf/Action/GenerateFile 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/PSGConf/Action/svcs 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/PSGConf/Action 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/PSGConf/Control/Apache 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/PSGConf/Control/Library 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/PSGConf/Control 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/PSGConf/Data 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/PSGConf/DataStore 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/PSGConf 2>/dev/null || true -@unexec rmdir %D/share/psgconf/config 2>/dev/null || true -@unexec rmdir %D/share/psgconf/files 2>/dev/null || true -@unexec rmdir %D/share/psgconf 2>/dev/null || true +@dirrmtry %%SITE_PERL%%/PSGConf/Action/PackageManager/RedHat +@dirrmtry %%SITE_PERL%%/PSGConf/Action/PackageManager/FreeBSD +@dirrmtry %%SITE_PERL%%/PSGConf/Action/PackageManager +@dirrmtry %%SITE_PERL%%/PSGConf/Action/GenerateFile +@dirrmtry %%SITE_PERL%%/PSGConf/Action/svcs +@dirrmtry %%SITE_PERL%%/PSGConf/Action +@dirrmtry %%SITE_PERL%%/PSGConf/Control/Apache +@dirrmtry %%SITE_PERL%%/PSGConf/Control/Library +@dirrmtry %%SITE_PERL%%/PSGConf/Control +@dirrmtry %%SITE_PERL%%/PSGConf/Data +@dirrmtry %%SITE_PERL%%/PSGConf/DataStore +@dirrmtry %%SITE_PERL%%/PSGConf +@dirrmtry share/psgconf/config +@dirrmtry share/psgconf/files +@dirrmtry share/psgconf |