summaryrefslogtreecommitdiff
path: root/pcr/grub-customizer/grub-customizer.install
diff options
context:
space:
mode:
authorDavid P <megver83@openmailbox.org>2017-04-05 15:11:24 -0300
committerDavid P <megver83@openmailbox.org>2017-04-05 15:11:24 -0300
commit15cd050b457ae48239c6aabb03f5a9aa32079acb (patch)
tree85859c61c475878a645b170c08c25b5ffcd77f5e /pcr/grub-customizer/grub-customizer.install
parent302ce6e26f73865fb30535e4733952c024b3bc2c (diff)
downloadabslibre-15cd050b457ae48239c6aabb03f5a9aa32079acb.tar.gz
abslibre-15cd050b457ae48239c6aabb03f5a9aa32079acb.tar.bz2
abslibre-15cd050b457ae48239c6aabb03f5a9aa32079acb.zip
Added grub-customizer to [pcr]
Diffstat (limited to 'pcr/grub-customizer/grub-customizer.install')
-rw-r--r--pcr/grub-customizer/grub-customizer.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/pcr/grub-customizer/grub-customizer.install b/pcr/grub-customizer/grub-customizer.install
new file mode 100644
index 000000000..891a566f2
--- /dev/null
+++ b/pcr/grub-customizer/grub-customizer.install
@@ -0,0 +1,9 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+post_upgrade() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+post_remove() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}