summarylogtreecommitdiffstats
path: root/plogue-plugins.install
blob: 402359899bcd92502e55fd107165f5822ed1ca43 (plain)
1
2
3
4
5
6
post_install() {
	for i in $(seq 1 3); do
		echo 'Arch Linux is not officially supported by Plogue. Please do not file upstream bug reports.'
		sleep 1
	done
}