summarylogtreecommitdiffstats
path: root/garuda.shlib
blob: add2f6df8baa32e935ab3ffce1ed10db20fb095c (plain)
1
2
3
4
5
6
7
#!/bin/bash

# Adds a notice that will be shown at the end of garuda-update
garudalib_add_update_notice() {
	mkdir -p /var/lib/garuda/tmp
	echo "$(date +%F)	${1//	/    }" >>/var/lib/garuda/tmp/update_notices
}