6 lines
127 B
Text
6 lines
127 B
Text
|
#!/bin/sh
|
||
|
|
||
|
if [ "$2" = "DEINSTALL" ]; then
|
||
|
echo "If you're not updating this port, you can delete directory %%SPOOLDIR%%"
|
||
|
fi
|