198a862815
- add pkg-deinstall script and add to SUB_FILES PR: ports/166123 Submitted by: jgh Approved by: maintainer timeout ( 14 days ) Feature safe: yes
5 lines
127 B
Bash
5 lines
127 B
Bash
#!/bin/sh
|
|
|
|
if [ "$2" = "DEINSTALL" ]; then
|
|
echo "If you're not updating this port, you can delete directory %%SPOOLDIR%%"
|
|
fi
|