PKGBUILDs/community/gnuradio/gnuradio-companion.install

17 lines
185 B
Plaintext
Raw Normal View History

2015-03-06 06:38:58 +00:00
post_upgrade() {
2015-12-27 23:01:33 +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() {
2015-12-27 23:01:33 +00:00
post_upgrade $1
2015-03-06 06:38:58 +00:00
}
pre_remove() {
2015-12-27 23:01:33 +00:00
post_upgrade $1
2015-03-06 06:38:58 +00:00
}