diff options
author | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2012-10-12 04:26:40 -0200 |
---|---|---|
committer | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2012-10-12 04:26:40 -0200 |
commit | f4c4fefb96af659bb6941af68a1a8cf722a336eb (patch) | |
tree | 727f8e5fdeb5d79166c4b6f5790579f5822caafd /artistic/cinepaint-lts/cinepaint.install | |
parent | fe73e0d6df72ac976812de87802f086713cca85d (diff) | |
download | abslibre-f4c4fefb96af659bb6941af68a1a8cf722a336eb.tar.gz abslibre-f4c4fefb96af659bb6941af68a1a8cf722a336eb.tar.bz2 abslibre-f4c4fefb96af659bb6941af68a1a8cf722a336eb.zip |
cinepaint-lts: add package to artistic repo
Diffstat (limited to 'artistic/cinepaint-lts/cinepaint.install')
-rw-r--r-- | artistic/cinepaint-lts/cinepaint.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/artistic/cinepaint-lts/cinepaint.install b/artistic/cinepaint-lts/cinepaint.install new file mode 100644 index 000000000..5e5cfef4d --- /dev/null +++ b/artistic/cinepaint-lts/cinepaint.install @@ -0,0 +1,11 @@ +post_install() { + update-desktop-database -q +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + update-desktop-database -q +} |