summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanskritFritz2017-04-11 11:56:15 +0200
committerSanskritFritz2017-04-11 11:56:15 +0200
commitf1f24e98dc88624bba3c2a818d72af4dac2429a5 (patch)
tree337cfe40c3d93a8c53c23302a9329f5163e2507f
parentb704ae65724d4ffe4ea79d9d253790591b81baab (diff)
downloadaur-f1f24e98dc88624bba3c2a818d72af4dac2429a5.tar.gz
install file removed.
-rw-r--r--PKGBUILD1
-rw-r--r--fuse-emulator.install14
2 files changed, 0 insertions, 15 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf10313e3eae..7a52f007014f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,6 @@ arch=('i686' 'x86_64')
url="http://fuse-emulator.sourceforge.net/fuse.php"
license=("GPL")
depends=('gtk3' "libspectrum" 'sdl')
-# install="$pkgname.install"
source=("http://downloads.sourceforge.net/sourceforge/fuse-emulator/fuse-$pkgver.tar.gz"
"fuse-emulator.desktop")
diff --git a/fuse-emulator.install b/fuse-emulator.install
deleted file mode 100644
index 16865dfc0faa..000000000000
--- a/fuse-emulator.install
+++ /dev/null
@@ -1,14 +0,0 @@
-post_install() {
- update-desktop-database -q
- update-mime-database /usr/share/mime
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}
-