summarylogtreecommitdiffstats
path: root/ptask.install
diff options
context:
space:
mode:
Diffstat (limited to 'ptask.install')
-rwxr-xr-xptask.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/ptask.install b/ptask.install
deleted file mode 100755
index 0880e5acf6f6..000000000000
--- a/ptask.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}