summarylogtreecommitdiffstats
path: root/smallpdf-desktop.install
blob: f27e8d9c5d4454827c4317fd466ca07da8e3a698 (plain)
1
2
3
4
5
6
7
8
smallpdfmessage="Run 'smallpdf' to run the reader. Please note that the\nPDF-to-Office-formats conversion tools are not available (yet)."

post_install() {
	echo -e $smallpdfmessage
}
post_upgrade() {
	echo -e $smallpdfmessage
}