summarylogtreecommitdiffstats
path: root/aeskulap.install
diff options
context:
space:
mode:
authorTomáš Mládek2015-08-29 22:17:16 +0200
committerTomáš Mládek2015-08-29 22:17:16 +0200
commit85283eedeb289487a39e4a01fa0523c867416f57 (patch)
tree44d303bc0c2334a01e587f2f7836ecd75ca9bd38 /aeskulap.install
downloadaur-aeskulap-dcmtkcompat.tar.gz
Initial commit, updated dependencies
Diffstat (limited to 'aeskulap.install')
-rw-r--r--aeskulap.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/aeskulap.install b/aeskulap.install
new file mode 100644
index 000000000000..3c862f44ba37
--- /dev/null
+++ b/aeskulap.install
@@ -0,0 +1,13 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database -q
+ update-mime-database usr/share/mime
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}