diff options
Diffstat (limited to 'pcr/din/din.install')
-rw-r--r-- | pcr/din/din.install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pcr/din/din.install b/pcr/din/din.install new file mode 100644 index 000000000..810ee4bfd --- /dev/null +++ b/pcr/din/din.install @@ -0,0 +1,12 @@ +post_install() { + echo ">>> If you get any trouble, remeber to clean your ~/.din folder" + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} |