diff options
Diffstat (limited to 'pcr/toxic-git/toxic-git.install')
-rw-r--r-- | pcr/toxic-git/toxic-git.install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pcr/toxic-git/toxic-git.install b/pcr/toxic-git/toxic-git.install new file mode 100644 index 000000000..87dc4754e --- /dev/null +++ b/pcr/toxic-git/toxic-git.install @@ -0,0 +1,12 @@ +post_install() { + update-desktop-database -q +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} + |