diff options
author | Britney Fransen <brfransen@gmail.com> | 2016-01-23 16:40:35 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2016-01-23 16:40:35 (GMT) |
commit | 193fd67c9e8cfbc4704f08655fa5bc61d5cbb457 (patch) | |
tree | 10f96e8d7a30d050b1ca444bf6fcaf0a19e6c945 /abs/extra/fltk/fltk-games.install | |
parent | 2f96d2a6d233b1645f12abbfa3d0f711cdfd00af (diff) | |
download | linhes_pkgbuild-193fd67c9e8cfbc4704f08655fa5bc61d5cbb457.zip linhes_pkgbuild-193fd67c9e8cfbc4704f08655fa5bc61d5cbb457.tar.gz linhes_pkgbuild-193fd67c9e8cfbc4704f08655fa5bc61d5cbb457.tar.bz2 |
fltk: initial inclusion: dep of tigervnc
Diffstat (limited to 'abs/extra/fltk/fltk-games.install')
-rw-r--r-- | abs/extra/fltk/fltk-games.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/extra/fltk/fltk-games.install b/abs/extra/fltk/fltk-games.install new file mode 100644 index 0000000..f3fe2b0 --- /dev/null +++ b/abs/extra/fltk/fltk-games.install @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} |