blob: f8ee4bd40944fa27c7a3cdfb9888a945c7f0e1d5 (
plain)
1
2
3
4
5
6
7
8
|
post_install() {
echo "If you want typeahead search back in Nautilus, please upvote the issue here: https://gitlab.gnome.org/Teams/Design/whiteboards/-/issues/142"
echo "Thanks :)"
}
post_upgrade() {
post_install
}
|