mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
ff9f1c323f
Requested by: jkh (2) Don't let user pkg_delete the "upgrade kits". Requested by: Toshihiko Kodama <kodama@ayame.mfd.cs.fujitsu.co.jp>
6 lines
105 B
Bash
6 lines
105 B
Bash
#!/bin/sh
|
|
if [ "$2" != "PRE-INSTALL" ]; then
|
|
exit 0
|
|
fi
|
|
echo %%VERSION%% > /var/db/port.mkversion
|