summaryrefslogtreecommitdiff
path: root/extra/scribus/scribus.install
blob: 0598e46ed867bf58ea5fbaeffa2cb51021a855e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

post_install() {
  echo "update desktop mime database..."
  update-mime-database usr/share/mime > /dev/null 2>&1
  update-desktop-database -q > /dev/null 2>&1
}
post_upgrade() {
  post_install $1
}

post_remove() {
  post_install $1
}