desktop/everpad/everpad.install

13 lines
141 B
Plaintext
Raw Normal View History

2013-07-18 01:52:58 +08:00
post_install() {
update-desktop-database -q
gtk-update-icon-cache
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}