summaryrefslogtreecommitdiff
path: root/pcr/toxic-git/toxic-git.install
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-10-12 00:24:58 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-10-12 00:24:58 -0500
commitb5095766c7e096a87a0a488c02dd7e880f9bd815 (patch)
tree2e5a4a6b7a6dac35eac4923512948cfa59391263 /pcr/toxic-git/toxic-git.install
parente7b9318a63262439927c460d6129174626ab407a (diff)
toxic-git-0.6.1.r3.ga920f3e-1: updating version
Diffstat (limited to 'pcr/toxic-git/toxic-git.install')
-rw-r--r--pcr/toxic-git/toxic-git.install7
1 files changed, 3 insertions, 4 deletions
diff --git a/pcr/toxic-git/toxic-git.install b/pcr/toxic-git/toxic-git.install
index 87dc4754e..2eaa60550 100644
--- a/pcr/toxic-git/toxic-git.install
+++ b/pcr/toxic-git/toxic-git.install
@@ -1,12 +1,11 @@
post_install() {
- update-desktop-database -q
+ update-desktop-database -q
}
post_upgrade() {
- post_install $1
+ post_install $1
}
post_remove() {
- post_install $1
+ post_install $1
}
-