summarylogtreecommitdiffstats
path: root/fritzing.install
blob: 56ab45793b1d7c200035a9a840484156011a5186 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
post_install() {
	echo ">============================================================<"
	echo ">                                                            <"
	echo "> Please consider buying the official Fritzing release       <"
	echo "> -----------------------------------------------------------<"
	echo "> Fritzing came to life again only due to users willing to   <"
	echo "> pay for its development. Although Fritzing is open source, <"
	echo "> funding is required for continuous development. Please     <"
	echo "> consider buying the official release at                    <"
	echo ">               https://fritzing.org/download/               <"
	echo ">                                                            <"
	echo ">============================================================<"
}

post_upgrade() {
	post_install
}