gtk/filezilla/filezilla.install

12 lines
149 B
Plaintext
Raw Normal View History

2013-04-28 06:49:48 +08:00
post_install() {
2013-05-13 04:17:25 +08:00
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
2013-04-28 06:49:48 +08:00
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}