desktop/spideroak/spideroak.install

14 lines
129 B
Plaintext
Raw Normal View History

2012-11-23 06:39:30 +08:00
post_install() {
update-desktop-database -q
}
2012-11-23 06:39:30 +08:00
post_upgrade() {
post_install "$1"
}
post_remove() {
2012-11-23 06:39:30 +08:00
post_install "$1"
}
2012-11-23 06:39:30 +08:00