summaryrefslogtreecommitdiff
path: root/pcr/din/din.install
diff options
context:
space:
mode:
authorGuest One <theguestone@gmail.com>2013-05-17 22:03:31 +0200
committerGuest One <theguestone@gmail.com>2013-05-17 22:03:31 +0200
commit6b75a68162bc8d3f65c14c85f0e4abfa7d0a110f (patch)
treedb3d623097c3f88deab70b95c21664b88d1f8e0d /pcr/din/din.install
parenta19f50dd22711971b88de288f678b0976ebf5563 (diff)
downloadabslibre-6b75a68162bc8d3f65c14c85f0e4abfa7d0a110f.tar.gz
abslibre-6b75a68162bc8d3f65c14c85f0e4abfa7d0a110f.tar.bz2
abslibre-6b75a68162bc8d3f65c14c85f0e4abfa7d0a110f.zip
added new package din 5.2.1-1
Diffstat (limited to 'pcr/din/din.install')
-rw-r--r--pcr/din/din.install12
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
+}