summarylogtreecommitdiffstats
path: root/gextractwinicons-git.install
diff options
context:
space:
mode:
authorMuflone2022-04-18 04:41:52 +0200
committerMuflone2022-04-18 04:41:52 +0200
commit1cfd46621f9ec37cacd2d8969fed23ff4ce6f79f (patch)
treebede7561629b6d10435d33d7fa857651f6224ef1 /gextractwinicons-git.install
parent3c7eae07883d93c1f6b9fc23685a099c3d045427 (diff)
downloadaur-1cfd46621f9ec37cacd2d8969fed23ff4ce6f79f.tar.gz
Updated package gextractwinicons-git 0.5.0-1
Diffstat (limited to 'gextractwinicons-git.install')
-rw-r--r--gextractwinicons-git.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/gextractwinicons-git.install b/gextractwinicons-git.install
deleted file mode 100644
index a02985b5a2db..000000000000
--- a/gextractwinicons-git.install
+++ /dev/null
@@ -1,14 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q /usr/share/icons/hicolor/
- xdg-icon-resource forceupdate
- xdg-desktop-menu forceupdate
-}
-
-post_update() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-