summarylogtreecommitdiffstats
path: root/winbox.install
blob: 3d6959dc2cbab43f76d01235d7fefac46ccf23cf (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

post_upgrade() {
    cat <<-EOM
	:: This provides the shiny new and native WinBox 4 now!
	   If you want the legacy WinBox 3.x with Wine install package 'winbox3'.
	EOM
}