diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-06-22 00:18:50 -0600 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-06-22 00:18:50 -0600 |
commit | b8ca2c30f3805e3c697b689f41e7c3f57a9f2c8e (patch) | |
tree | 5ea72d41d0f6799dd6b2123703133a860810a023 /pcr/samplv1/samplv1.install | |
parent | bbbfa15c7556da095dba31c83f2a73bc2aaa2009 (diff) | |
parent | fed8f532d64588f7ef94befe5b6c8c84eb3b4430 (diff) | |
download | abslibre-b8ca2c30f3805e3c697b689f41e7c3f57a9f2c8e.tar.gz abslibre-b8ca2c30f3805e3c697b689f41e7c3f57a9f2c8e.tar.bz2 abslibre-b8ca2c30f3805e3c697b689f41e7c3f57a9f2c8e.zip |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'pcr/samplv1/samplv1.install')
-rw-r--r-- | pcr/samplv1/samplv1.install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pcr/samplv1/samplv1.install b/pcr/samplv1/samplv1.install new file mode 100644 index 000000000..029294d67 --- /dev/null +++ b/pcr/samplv1/samplv1.install @@ -0,0 +1,12 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor 2> /dev/null + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} |