mirror of
https://github.com/outbackdingo/ports.git
synced 2026-04-07 09:09:37 +00:00
10 lines
290 B
Plaintext
10 lines
290 B
Plaintext
post_install() {
|
|
sed -i '\,/usr/ports/xorg,d' /etc/scratchpkg.repo
|
|
sed -i '\,/usr/ports/extra,d' /etc/scratchpkg.repo
|
|
echo "#/usr/ports/nonfree https://raw.githubusercontent.com/venomlinux/ports/master/nonfree" >> /etc/scratchpkg.repo
|
|
}
|
|
|
|
case $1 in
|
|
post-install) post_install;;
|
|
esac
|