summarylogtreecommitdiffstats
path: root/efisc.install
blob: 9546eea9fc74907a93615a6c23cfd5eed1ab18d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
  echo "Installing mimetypes"
  xdg-mime install --mode system --novendor /usr/share/java/efisc2024/efisc2024.xml
  xdg-icon-resource install --novendor --context mimetypes --size 48 --mode system /usr/share/icons/hicolor/64x64/apps/efisc.png application-efisc2024
  update-mime-database /usr/share/mime
}

pre_remove() {
  echo "Uninstalling mimetypes"
  xdg-mime uninstall --mode system --novendor /usr/share/java/efisc2024/efisc2024.xml
  xdg-icon-resource uninstall --novendor --context mimetypes --size 48 --mode system application-efisc2024
  update-mime-database /usr/share/mime
}