summarylogtreecommitdiffstats
path: root/scribus-devel.install
diff options
context:
space:
mode:
authorBruno Pagani2016-02-29 10:37:27 +0100
committerBruno Pagani2016-02-29 10:37:27 +0100
commitbbcf698cb6a4551e4df888df8ab95da2f36ef840 (patch)
tree2455fae672fd1165ed123cbea9f1908892a4427f /scribus-devel.install
downloadaur-bbcf698cb6a4551e4df888df8ab95da2f36ef840.tar.gz
Initial upload: scribus-devel 1.5.1-1
Diffstat (limited to 'scribus-devel.install')
-rw-r--r--scribus-devel.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/scribus-devel.install b/scribus-devel.install
new file mode 100644
index 000000000000..b5f23582f657
--- /dev/null
+++ b/scribus-devel.install
@@ -0,0 +1,13 @@
+post_install() {
+ update-mime-database usr/share/mime &> /dev/null
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+