diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-07-09 15:00:00 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-07-09 15:00:00 -0500 |
commit | 990e055918fb4f737b63b42bf1f80a3b9b850fe6 (patch) | |
tree | 413dc14a62c65dd4266288f13fa2b261c614d8d9 /pcr/coccinella/coccinella.install | |
parent | 30dfd62da2105d5c3977a44fa49362e2a87e3185 (diff) | |
download | abslibre-990e055918fb4f737b63b42bf1f80a3b9b850fe6.tar.gz abslibre-990e055918fb4f737b63b42bf1f80a3b9b850fe6.tar.bz2 abslibre-990e055918fb4f737b63b42bf1f80a3b9b850fe6.zip |
coccinella: add new package to [pcr]
Diffstat (limited to 'pcr/coccinella/coccinella.install')
-rw-r--r-- | pcr/coccinella/coccinella.install | 11 |
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 +} |