summaryrefslogtreecommitdiff
path: root/pcr/samplv1/samplv1.install
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-04-29 01:39:06 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-04-29 01:39:06 -0500
commit0220842121c5fa8ffac398aa03ae2dd0600f3414 (patch)
treee60f7464d7b9b0d60acb4394648b8fc3b3a347a6 /pcr/samplv1/samplv1.install
parentdae971ac95e073d00717b164371b0f2658e43ec4 (diff)
Removing packages. This packages are in community repo
Diffstat (limited to 'pcr/samplv1/samplv1.install')
-rw-r--r--pcr/samplv1/samplv1.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/pcr/samplv1/samplv1.install b/pcr/samplv1/samplv1.install
deleted file mode 100644
index ec1a84bbb..000000000
--- a/pcr/samplv1/samplv1.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
- update-mime-database usr/share/mime
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}