summarylogtreecommitdiffstats
path: root/blackvoxel.install
diff options
context:
space:
mode:
authorPatrick Northon2023-05-22 21:40:09 -0400
committerPatrick Northon2023-05-22 21:40:09 -0400
commit4fbd57fb084eec709ea1299725294a15bf536ad5 (patch)
tree4954dfcf77087c62f9a35994394f725ba79b81fa /blackvoxel.install
parentdb8e8658a834e02a8a67fd3c6fc323667375b49d (diff)
downloadaur-blackvoxel.tar.gz
Update URL, move data dir and remove install file.
Diffstat (limited to 'blackvoxel.install')
-rw-r--r--blackvoxel.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/blackvoxel.install b/blackvoxel.install
deleted file mode 100644
index 5be14e68d10a..000000000000
--- a/blackvoxel.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install () {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade () {
- post_install
-}
-
-post_remove() {
- post_install
-}