From 8d014fb2193f1dd58e92ceee01192b5bfc92d41b Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Mon, 30 Nov 2015 15:55:18 -0300 Subject: gnome-shell-pomodoro: add new package to [pcr] -> https://labs.parabola.nu/issues/863 --- pcr/gnome-shell-pomodoro/gschemas.install | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 pcr/gnome-shell-pomodoro/gschemas.install (limited to 'pcr/gnome-shell-pomodoro/gschemas.install') diff --git a/pcr/gnome-shell-pomodoro/gschemas.install b/pcr/gnome-shell-pomodoro/gschemas.install new file mode 100644 index 000000000..4dfa1fc1f --- /dev/null +++ b/pcr/gnome-shell-pomodoro/gschemas.install @@ -0,0 +1,14 @@ +post_install() { + glib-compile-schemas usr/share/glib-2.0/schemas/ + gtk-update-icon-cache -f -t -q usr/share/icons/hicolor +} + +post_upgrade() { + glib-compile-schemas usr/share/glib-2.0/schemas/ + gtk-update-icon-cache -f -t -q usr/share/icons/hicolor +} + +post_remove() { + glib-compile-schemas usr/share/glib-2.0/schemas/ + gtk-update-icon-cache -f -t -q usr/share/icons/hicolor +} -- cgit v1.2.3-54-g00ecf