mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 15:10:35 -04:00
11 lines
96 B
Bash
11 lines
96 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
case "$1" in
|
|
start)
|
|
rm -rf /tmp/samefile /tmp/samearchive
|
|
;;
|
|
esac
|
|
|