summarylogtreecommitdiffstats
path: root/scidb-svn.install
diff options
context:
space:
mode:
Diffstat (limited to 'scidb-svn.install')
-rw-r--r--scidb-svn.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/scidb-svn.install b/scidb-svn.install
new file mode 100644
index 000000000000..37edc17d4bf1
--- /dev/null
+++ b/scidb-svn.install
@@ -0,0 +1,15 @@
+post_install() {
+fc-cache -f /usr/share/fonts/truetype/scidb-beta
+xdg-icon-resource forceupdate &> /dev/null
+update-mime-database usr/share/mime
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
+