diff options
author | knu <knu@FreeBSD.org> | 2000-07-19 23:55:20 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-07-19 23:55:20 +0800 |
commit | 5fafc60cb193d5e63d26efa6c177a8db1baa6652 (patch) | |
tree | 705bea08e51ce2661d59c4038ac3ac50017a2f88 /www/linux-flashplugin/pkg-plist | |
parent | 55c60589ba7d34be20797d12fa09bc619812e27c (diff) | |
download | freebsd-ports-graphics-5fafc60cb193d5e63d26efa6c177a8db1baa6652.tar.gz freebsd-ports-graphics-5fafc60cb193d5e63d26efa6c177a8db1baa6652.tar.zst freebsd-ports-graphics-5fafc60cb193d5e63d26efa6c177a8db1baa6652.zip |
Create and remove the plugins dir properly.
Diffstat (limited to 'www/linux-flashplugin/pkg-plist')
-rw-r--r-- | www/linux-flashplugin/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/linux-flashplugin/pkg-plist b/www/linux-flashplugin/pkg-plist index e8e04443c2c..b2e9a235635 100644 --- a/www/linux-flashplugin/pkg-plist +++ b/www/linux-flashplugin/pkg-plist @@ -2,6 +2,7 @@ lib/flash/ShockwaveFlash.class lib/flash/libflashplayer.so %%PLUGINSDIR%%/ShockwaveFlash.class %%PLUGINSDIR%%/libflashplayer.so +@unexec rmdir -p %%PLUGINSDIR%% 2>/dev/null || true share/doc/flash/README.Linux @dirrm lib/flash @dirrm share/doc/flash |