From 6b75a68162bc8d3f65c14c85f0e4abfa7d0a110f Mon Sep 17 00:00:00 2001 From: Guest One Date: Fri, 17 May 2013 22:03:31 +0200 Subject: added new package din 5.2.1-1 --- pcr/din/din.install | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pcr/din/din.install (limited to 'pcr/din/din.install') 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 +} -- cgit v1.2.3