summaryrefslogtreecommitdiff
path: root/pcr/samplv1/samplv1.install
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-06-22 00:18:50 -0600
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-06-22 00:18:50 -0600
commitb8ca2c30f3805e3c697b689f41e7c3f57a9f2c8e (patch)
tree5ea72d41d0f6799dd6b2123703133a860810a023 /pcr/samplv1/samplv1.install
parentbbbfa15c7556da095dba31c83f2a73bc2aaa2009 (diff)
parentfed8f532d64588f7ef94befe5b6c8c84eb3b4430 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'pcr/samplv1/samplv1.install')
-rw-r--r--pcr/samplv1/samplv1.install12
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
+}