diff options
author | jmz <jmz@FreeBSD.org> | 1997-02-26 23:51:53 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1997-02-26 23:51:53 +0800 |
commit | 36299931d845607c84f28f97aa740b8e48630f85 (patch) | |
tree | 55b848e1075aebb0e51c0054b1e5adb0c2cbc81a /emulators | |
parent | f2b01f89c550933cc9790b8bd0e28280b45f4645 (diff) | |
download | freebsd-ports-gnome-36299931d845607c84f28f97aa740b8e48630f85.tar.gz freebsd-ports-gnome-36299931d845607c84f28f97aa740b8e48630f85.tar.zst freebsd-ports-gnome-36299931d845607c84f28f97aa740b8e48630f85.zip |
Remove symlinks when port is deleted.
Closes PR ports/2814.
Submitted by: Pius Fischer <pius@ienet.com>
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/mtools/pkg-plist | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/emulators/mtools/pkg-plist b/emulators/mtools/pkg-plist index 80fb264c0565..6b2a7c278e80 100644 --- a/emulators/mtools/pkg-plist +++ b/emulators/mtools/pkg-plist @@ -16,6 +16,23 @@ bin/mtools @exec ln -fs %D/%F %B/mtype @exec ln -fs %D/%F %B/mwrite @exec ln -fs %D/%F %B/mttest +@unexec rm %B/mattrib +@unexec rm %B/mcd +@unexec rm %B/mcopy +@unexec rm %B/mdel +@unexec rm %B/mdeltree +@unexec rm %B/mdir +@unexec rm %B/mformat +@unexec rm %B/mlabel +@unexec rm %B/mmd +@unexec rm %B/mmount +@unexec rm %B/mmove +@unexec rm %B/mrd +@unexec rm %B/mread +@unexec rm %B/mren +@unexec rm %B/mtype +@unexec rm %B/mwrite +@unexec rm %B/mttest bin/mkmanifest bin/mcheck bin/mxtar @@ -43,4 +60,4 @@ man/man1/mttest.1.gz man/man1/mtools.1.gz man/man1/mtype.1.gz man/man1/mwrite.1.gz -man/man5/mtools.5.gz
\ No newline at end of file +man/man5/mtools.5.gz |