summaryrefslogtreecommitdiff
path: root/pcr/ams/ams.install
diff options
context:
space:
mode:
authorGuest One <theguestone@gmail.com>2013-05-18 00:40:22 +0200
committerGuest One <theguestone@gmail.com>2013-05-18 00:40:22 +0200
commit4756df5e3c8ede6bb6ebdab627d17542ffce2b81 (patch)
treecf5a87b590bc4dcc1456299713ff37ff50e80cfb /pcr/ams/ams.install
parent4d0efb1335be82276f83f40b06f8295f648d169b (diff)
downloadabslibre-4756df5e3c8ede6bb6ebdab627d17542ffce2b81.tar.gz
abslibre-4756df5e3c8ede6bb6ebdab627d17542ffce2b81.tar.bz2
abslibre-4756df5e3c8ede6bb6ebdab627d17542ffce2b81.zip
added new package ams 2.0.1-1
Diffstat (limited to 'pcr/ams/ams.install')
-rw-r--r--pcr/ams/ams.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/pcr/ams/ams.install b/pcr/ams/ams.install
new file mode 100644
index 000000000..e111ef946
--- /dev/null
+++ b/pcr/ams/ams.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}