summaryrefslogtreecommitdiff
path: root/community/v4l2ucp/v4l2ucp.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-19 01:35:50 -0700
committerroot <root@rshg054.dnsready.net>2013-08-19 01:35:50 -0700
commit26606f981048ee9efcda690b619d3c53501a7a58 (patch)
treebce53168e8c9b4bb94183682d91440e716d615a5 /community/v4l2ucp/v4l2ucp.install
parentb35ab776341c79068977be153a2ad8340eb9498c (diff)
Mon Aug 19 01:34:37 PDT 2013
Diffstat (limited to 'community/v4l2ucp/v4l2ucp.install')
-rw-r--r--community/v4l2ucp/v4l2ucp.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/v4l2ucp/v4l2ucp.install b/community/v4l2ucp/v4l2ucp.install
new file mode 100644
index 000000000..e111ef946
--- /dev/null
+++ b/community/v4l2ucp/v4l2ucp.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}