summaryrefslogtreecommitdiff
path: root/pcr/samplv1/samplv1.install
diff options
context:
space:
mode:
authorGuest One <theguestone@gmail.com>2013-06-16 23:16:14 +0200
committerGuest One <theguestone@gmail.com>2013-06-16 23:16:14 +0200
commit459ad64423573ea54cf054463bbde20bb65cb492 (patch)
treed49476bd563a42ea182f512c23a5984a23cf1eb5 /pcr/samplv1/samplv1.install
parent27b1c0e9f4664e3ef63fc2c6834e251ed89bf9e1 (diff)
added new package samplv1 0.3.3-1
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
+}