blob: 0470a3842e479be567a938745a1dfa6682a6fc04 (
plain)
1
2
3
4
5
6
7
8
|
post_install() {
post_upgrade
}
post_upgrade() {
echo "-- Probably you need notification daemon running"
echo "-- See https://wiki.archlinux.org/index.php/Desktop_notifications"
}
|