PKGBUILDs/community/gnuradio/gnuradio.install

17 lines
185 B
Plaintext
Raw Normal View History

2015-03-06 06:38:58 +00:00
post_upgrade() {
2015-08-08 04:23:48 +00:00
if [[ -e /usr/bin/update-desktop-database ]]; then
update-desktop-database -q
fi
2015-03-06 06:38:58 +00:00
}
post_install() {
post_upgrade $1
}
pre_remove() {
post_upgrade $1
}