diff options
author | Felix Yan | 2016-04-28 16:14:45 +0000 |
---|---|---|
committer | Felix Yan | 2016-04-28 16:14:45 +0000 |
commit | c17bbc5b61de60e1c3733494a8b5904cec62bb43 (patch) | |
tree | 07c65dcdbf2d5320577e11a052f17c01484b2f28 /kwin.install | |
parent | 8392fc6ee16b9c4d688b20619d8edb73580ab8b2 (diff) | |
download | aur-c17bbc5b61de60e1c3733494a8b5904cec62bb43.tar.gz |
Hooks rebuild (part 1)
Diffstat (limited to 'kwin.install')
-rw-r--r-- | kwin.install | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/kwin.install b/kwin.install deleted file mode 100644 index 1c0de2e4fa61..000000000000 --- a/kwin.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} |