summarylogtreecommitdiffstats
path: root/fraqtive.install
diff options
context:
space:
mode:
authorJaroslav Lichtblau2019-05-06 22:58:10 +0200
committerJaroslav Lichtblau2019-05-06 22:58:10 +0200
commitb10fe2a4db6f7ff4961a74902f3071f855fee381 (patch)
tree5a841d5683775965d16af09706f249d37c3d7b4a /fraqtive.install
parent155ce2a924c8ad43d731c3411158db605c2c3cbf (diff)
downloadaur-b10fe2a4db6f7ff4961a74902f3071f855fee381.tar.gz
fraqtive-0.4.8 on github now
Diffstat (limited to 'fraqtive.install')
-rw-r--r--fraqtive.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/fraqtive.install b/fraqtive.install
deleted file mode 100644
index b711352cb167..000000000000
--- a/fraqtive.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}