core/sage-notebook/repos/community-any/sage-notebook.install

9 lines
84 B
Plaintext
Raw Normal View History

2015-04-13 15:59:57 +08:00
post_install() {
update-desktop-database -q
}
post_upgrade() {
post_install
}