summaryrefslogtreecommitdiff
path: root/fluxgui/fluxgui.install
diff options
context:
space:
mode:
authorMark Weiman <mark.weiman@markzz.com>2016-01-02 01:22:31 -0500
committerMark Weiman <mark.weiman@markzz.com>2016-01-02 01:22:31 -0500
commit5c3b7276abf0d01b53662f38db5b4d52377343ed (patch)
tree8286ac3539ed49a2a1e9a65f8b7fca0976a06de6 /fluxgui/fluxgui.install
downloadmarkzz-5c3b7276abf0d01b53662f38db5b4d52377343ed.tar.gz
markzz-5c3b7276abf0d01b53662f38db5b4d52377343ed.zip
initial commit
Signed-off-by: Mark Weiman <mark.weiman@markzz.com>
Diffstat (limited to 'fluxgui/fluxgui.install')
-rw-r--r--fluxgui/fluxgui.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/fluxgui/fluxgui.install b/fluxgui/fluxgui.install
new file mode 100644
index 0000000..daaba56
--- /dev/null
+++ b/fluxgui/fluxgui.install
@@ -0,0 +1,12 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}