summarylogtreecommitdiffstats
path: root/usb-creator.install
diff options
context:
space:
mode:
Diffstat (limited to 'usb-creator.install')
-rw-r--r--usb-creator.install19
1 files changed, 19 insertions, 0 deletions
diff --git a/usb-creator.install b/usb-creator.install
new file mode 100644
index 000000000000..f495986e2669
--- /dev/null
+++ b/usb-creator.install
@@ -0,0 +1,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
+}