desktop/v4l2ucp/v4l2ucp.install
Adrián Chaves Fernández (Gallaecio) d459fa5c07 Moved v4l2ucp in from the CCR.
2011-08-25 23:22:54 +00:00

12 lines
117 B
Plaintext

post_install() {
update-desktop-database -q
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}