From de25031b9839f64f7e41de83596015dec806aeb7 Mon Sep 17 00:00:00 2001 From: Alon Ivtsan Date: Tue, 16 Jul 2013 02:39:47 +0300 Subject: Adding tanglet PKGBUILD and install file --- pcr/tanglet/tanglet.install | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pcr/tanglet/tanglet.install (limited to 'pcr/tanglet/tanglet.install') diff --git a/pcr/tanglet/tanglet.install b/pcr/tanglet/tanglet.install new file mode 100644 index 000000000..e70c054ec --- /dev/null +++ b/pcr/tanglet/tanglet.install @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} -- cgit v1.2.3