summarylogtreecommitdiffstats
path: root/usb-creator.install
blob: f495986e2669c3bdf7420097a9cf9b6f5bc4f28f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

post_install() {
  echo "This package provides two frontends:"
  echo "  usb-creator-gtk for GTK3 and usb-creator-kde for KDE4"
  echo "Choose your preferred frontend and install it's runtime dependency."
  echo ""
  echo "Note: Writing disk images prior to Ubuntu 10.10 will not work with this package,"
  echo "because syslinux syntax changed."

  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
}

post_upgrade() {
  post_install
}

post_remove() {
  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
}