6043bde2c6
PR: ports/134769 Submitted by: Alex de Kruijff <samesame@akruijff.dds.nl> (maintainer)
11 lines
96 B
Bash
11 lines
96 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
case "$1" in
|
|
start)
|
|
rm -rf /tmp/samefile /tmp/samearchive
|
|
;;
|
|
esac
|
|
|