summarylogtreecommitdiffstats
path: root/gnome-mplayer-light-theme.install
diff options
context:
space:
mode:
authortommyturbine2015-09-17 22:18:18 +0100
committertommyturbine2015-09-17 22:18:18 +0100
commitdf6ab4723cc87cfc2fc169b5ca6af56358e417de (patch)
tree6133893ecf6d60919ffdb5c9f67a5b5ff0efbb75 /gnome-mplayer-light-theme.install
downloadaur-df6ab4723cc87cfc2fc169b5ca6af56358e417de.tar.gz
new file: .SRCINFO
new file: PKGBUILD new file: gnome-mplayer-light-theme.install new file: gtk-theme-notdark.patch
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
+}