diff options
Diffstat (limited to 'pcr/toxic-git/toxic-git.install')
-rw-r--r-- | pcr/toxic-git/toxic-git.install | 7 |
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 } - |