summarylogtreecommitdiffstats
path: root/gnome-mplayer-light-theme.install
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-mplayer-light-theme.install')
-rwxr-xr-xgnome-mplayer-light-theme.install22
1 files changed, 22 insertions, 0 deletions
diff --git a/gnome-mplayer-light-theme.install b/gnome-mplayer-light-theme.install
new file mode 100755
index 000000000000..35db8161499d
--- /dev/null
+++ b/gnome-mplayer-light-theme.install
@@ -0,0 +1,22 @@
+post_install() {
+ glib-compile-schemas usr/share/glib-2.0/schemas
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+pre_upgrade() {
+ pre_remove $1
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+pre_remove() {
+ glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_remove() {
+ update-desktop-database -q
+ gtk-update-icon-cache -q -f -t usr/share/icons/hicolor
+}