summarylogtreecommitdiffstats
path: root/xournalpp.install
diff options
context:
space:
mode:
Diffstat (limited to 'xournalpp.install')
-rw-r--r--xournalpp.install6
1 files changed, 0 insertions, 6 deletions
diff --git a/xournalpp.install b/xournalpp.install
index 0fb20cad6369..07ef02537c55 100644
--- a/xournalpp.install
+++ b/xournalpp.install
@@ -1,12 +1,7 @@
post_install() {
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- update-mime-database usr/share/mime &>/dev/null
}
post_upgrade() {
- post_install
-
configs=$(find /home/ /root/ -maxdepth 2 -name ".xournalpp" 2> /dev/null)
if ! [ -z "$configs" ]; then
cat << EOF
@@ -20,5 +15,4 @@ EOF
}
post_remove() {
- post_install
}