summaryrefslogtreecommitdiff
path: root/pcr/synthv1/synthv1.install
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/synthv1/synthv1.install')
-rw-r--r--pcr/synthv1/synthv1.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/pcr/synthv1/synthv1.install b/pcr/synthv1/synthv1.install
deleted file mode 100644
index ec1a84bbb..000000000
--- a/pcr/synthv1/synthv1.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
-}