desktop/kfilebox-gtkfree/kfilebox.install

13 lines
240 B
Plaintext

post_install() {
kbuildsycoca4
echo "To link this PC to your Dropbox account, make sure you run kfilebox in the CLI the first time and follow the link generated"
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}