diff options
author | Guest One <theguestone@gmail.com> | 2013-05-18 00:40:22 +0200 |
---|---|---|
committer | Guest One <theguestone@gmail.com> | 2013-05-18 00:40:22 +0200 |
commit | 4756df5e3c8ede6bb6ebdab627d17542ffce2b81 (patch) | |
tree | cf5a87b590bc4dcc1456299713ff37ff50e80cfb /pcr/ams/ams.install | |
parent | 4d0efb1335be82276f83f40b06f8295f648d169b (diff) |
added new package ams 2.0.1-1
Diffstat (limited to 'pcr/ams/ams.install')
-rw-r--r-- | pcr/ams/ams.install | 11 |
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 +} |