summaryrefslogtreecommitdiff
path: root/pcr/coccinella/coccinella.install
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-07-09 15:00:00 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-07-09 15:00:00 -0500
commit990e055918fb4f737b63b42bf1f80a3b9b850fe6 (patch)
tree413dc14a62c65dd4266288f13fa2b261c614d8d9 /pcr/coccinella/coccinella.install
parent30dfd62da2105d5c3977a44fa49362e2a87e3185 (diff)
coccinella: add new package to [pcr]
Diffstat (limited to 'pcr/coccinella/coccinella.install')
-rw-r--r--pcr/coccinella/coccinella.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/pcr/coccinella/coccinella.install b/pcr/coccinella/coccinella.install
new file mode 100644
index 000000000..e111ef946
--- /dev/null
+++ b/pcr/coccinella/coccinella.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}